diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-03 18:14:59 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-03 18:14:59 +0000 |
| commit | a4d69fa35aef8e17660f6e351ab42c635d5a3d92 (patch) | |
| tree | 772fa6bef025bb60bda893808d225c56bfcded73 /src/game/game_protocol.h | |
| parent | e96ad33a3473b7db60f88e7b6c59630cacd147c3 (diff) | |
| download | zcatch-a4d69fa35aef8e17660f6e351ab42c635d5a3d92.tar.gz zcatch-a4d69fa35aef8e17660f6e351ab42c635d5a3d92.zip | |
added connecting and connection error screen
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index a490fb08..5e536bba 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -34,6 +34,8 @@ enum EVENT_SMOKE, EVENT_SPAWN, EVENT_DEATH, + + EVENT_DUMMY }; enum |