From bbf9693d114d11df15b8e9157a134733e4aa49bd Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 12:15:17 +0000 Subject: * Remove SS_INFESTING and PM_SPINTERMISSION since they were not used * Merge SS_WALLCLIMBINGCEILING and EF_WALLCLIMBCEILING * Remove ui_emoticons, using the value of cg_emoticons for both contexts. * Add PM_Paralyzed() to get rid of all the silly >= PM_DEAD comparisons * Don't allow players to taunt while dead * Fix full ammo check in reload (oops) * Fiddle with bg_lib.h _MAX/_MIN defines, fix min(), add [u]intX_t typedefs * Remove non-functional cgame command (thanks Amanieu for spotting) --- src/qcommon/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qcommon') diff --git a/src/qcommon/msg.c b/src/qcommon/msg.c index 37c61c31..837c3696 100644 --- a/src/qcommon/msg.c +++ b/src/qcommon/msg.c @@ -1145,8 +1145,8 @@ netField_t playerStateFields[] = { PSF(weaponstate), 4 }, { PSF(eFlags), 16 }, { PSF(externalEvent), 10 }, -{ PSF(gravity), 16 }, -{ PSF(speed), 16 }, +{ PSF(gravity), -16 }, +{ PSF(speed), -16 }, { PSF(delta_angles[1]), 16 }, { PSF(externalEventParm), 8 }, { PSF(viewheight), -8 }, -- cgit