diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-24 18:41:02 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-24 18:41:02 +0000 |
| commit | 91eda24ddc8b56c6022a4d99519f28230e6b3bbf (patch) | |
| tree | fc9e9313ee26cd9f87a2be7d35be989907ef02e1 /src/game/g_game.h | |
| parent | 4739966e14ca2df24d4f44fb814b6275b9bf2a3c (diff) | |
| download | zcatch-91eda24ddc8b56c6022a4d99519f28230e6b3bbf.tar.gz zcatch-91eda24ddc8b56c6022a4d99519f28230e6b3bbf.zip | |
fixed correction count. fixed miss-behaving server
Diffstat (limited to 'src/game/g_game.h')
| -rw-r--r-- | src/game/g_game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_game.h b/src/game/g_game.h index 00870319..3cb6639b 100644 --- a/src/game/g_game.h +++ b/src/game/g_game.h @@ -137,6 +137,7 @@ public: int triggered_events; + void reset(); void tick(); void move(); |