]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed fieldoffsets and globaloffsets to be integer array indices instead of byte...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 18 Feb 2007 12:45:26 +0000 (12:45 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 18 Feb 2007 12:45:26 +0000 (12:45 +0000)
commitfdef1fe36bbe55ad8f07800c057edc769902a2b8
treea43712a63914d1dc9d84b5ca1358a60f151bb8d4
parentfe0d5dc2d85167fb8042bcb5157e93728e74e53a
changed fieldoffsets and globaloffsets to be integer array indices instead of byte offsets, this basically means d->ofs is no longer multiplied by 4 in PRVM_ED_FindFieldOffset and PRVM_ED_FindGlobalOffset

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6852 d7cf8633-e32d-0410-b094-e92efae38249
progs.h
progsvm.h
prvm_edict.c