diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 16:04:37 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 16:04:37 +0000 |
| commit | 7f95a8d4a69640ad7c38fe743a08e637b97b034c (patch) | |
| tree | b4109ff1d513da1e82343b89f7e7a73a0d07fcab /src/game/game_protocol.h | |
| parent | 20e390ade2183e205bf92536302051344f19565f (diff) | |
| download | zcatch-7f95a8d4a69640ad7c38fe743a08e637b97b034c.tar.gz zcatch-7f95a8d4a69640ad7c38fe743a08e637b97b034c.zip | |
fixed so that the airjump effect is shown to all
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 }; |