diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index fea8b066..4fcc1e5f 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -35,6 +35,7 @@ enum EVENT_SMOKE, EVENT_SPAWN, EVENT_DEATH, + EVENT_AIR_JUMP, EVENT_DUMMY }; |