]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
don't print PRVM_NAME in each dprint call, it looks terrible (prints multiple times...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 3 Jul 2005 07:07:34 +0000 (07:07 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 3 Jul 2005 07:07:34 +0000 (07:07 +0000)
commitc32e446060df3ccfcbec6fa49ab1146ae2ba7076
tree3d32579286398098b59153e35df0940734387991
parenta2335e296b76dd3477a80f8beeeedaf3e042c876
don't print PRVM_NAME in each dprint call, it looks terrible (prints multiple times per line because of multiple dprint calls without \n)
fix fatal bug in findchain and findchainfloat which were using FindFieldOffset (which returns a byte array index) to get an offset to feed to PRVM_E_INT (which takes an integer array index)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5482 d7cf8633-e32d-0410-b094-e92efae38249
prvm_cmds.c