From 4a3c2e2c8c3a8dee5828258f920f1c175e952cb0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 16 Mar 2008 22:32:17 +0000 Subject: loads of fixes, skidding, velocity ramping and other stuff --- src/game/g_protocol.def | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/g_protocol.def') diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def index 75ae4012..53753d65 100644 --- a/src/game/g_protocol.def +++ b/src/game/g_protocol.def @@ -151,14 +151,16 @@ end object player_character extends player_core range(0, NUM_PLAYERSTATES-1) player_state + range(-1, 1) wanted_direction + range(0, 10) health range(0, 10) armor range(0, 10) ammocount - range(0, 10) weaponstage range(0, NUM_WEAPONS-1) weapon range(0, NUM_EMOTES-1) emote + range(0, 10) weaponstage range(0, max_int) attacktick end -- cgit 1.4.1