diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index e18fa746..a490fb08 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -30,7 +30,7 @@ enum OBJTYPE_FLAG, EVENT_EXPLOSION, EVENT_DAMAGEINDICATION, - EVENT_SOUND, + EVENT_SOUND_WORLD, EVENT_SMOKE, EVENT_SPAWN, EVENT_DEATH, @@ -50,7 +50,8 @@ enum MSG_STARTINFO, // client -> server MSG_CHANGEINFO, // client -> server MSG_READY_TO_ENTER, // server -> client - MSG_WEAPON_PICKUP + MSG_WEAPON_PICKUP, + MSG_SOUND_GLOBAL, }; enum |