From 30a027a0dab9e0ef82f23da8a91d7692cb7fad8a Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Thu, 26 Jul 2007 11:33:49 +0000 Subject: Chat bubble. --- src/game/game.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 81510c93..e2da27dc 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -62,6 +62,14 @@ enum EMOTE_HAPPY, }; +enum +{ + STATE_UNKNOWN=0, + STATE_PLAYING, + STATE_IN_MENU, + STATE_CHATTING, +}; + struct player_input { int left; @@ -75,6 +83,7 @@ struct player_input int hook; int blink; int activeweapon; + int state; }; @@ -141,6 +150,7 @@ struct obj_player { int local; int clientid; + int state; int health; int armor; -- cgit 1.4.1