[quake3-commits] r2204 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Dec 3 15:27:18 EST 2011
Author: ztm
Date: 2011-12-03 15:27:18 -0500 (Sat, 03 Dec 2011)
New Revision: 2204
Modified:
trunk/code/qcommon/msg.c
Log:
Use GENTITYNUM_BITS for jumppad_ent bits.
Modified: trunk/code/qcommon/msg.c
===================================================================
--- trunk/code/qcommon/msg.c 2011-12-03 02:23:38 UTC (rev 2203)
+++ trunk/code/qcommon/msg.c 2011-12-03 20:27:18 UTC (rev 2204)
@@ -1190,7 +1190,7 @@
{ PSF(grapplePoint[0]), 0 },
{ PSF(grapplePoint[1]), 0 },
{ PSF(grapplePoint[2]), 0 },
-{ PSF(jumppad_ent), 10 },
+{ PSF(jumppad_ent), GENTITYNUM_BITS },
{ PSF(loopSound), 16 }
};
More information about the quake3-commits
mailing list