]> git.xonotic.org Git - xonotic/darkplaces.git/commit
NUM_FOR_EDICT now casts to int so that it never returns a 64bit integer on 64bit...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Oct 2004 14:04:05 +0000 (14:04 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Oct 2004 14:04:05 +0000 (14:04 +0000)
commit9976ca010e51f14b9dfe4c5bc1f945344d3d9bf7
tree067535e0c7f42311bd34540d25457441536b1c41
parentd8a802dfabee9fbabee8a3ff90a063abdcb6a4c6
NUM_FOR_EDICT now casts to int so that it never returns a 64bit integer on 64bit compiles which sometimes end up getting passed to printf with the wrong format...

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