about summary refs log tree commit diff
path: root/src/game/g_game.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-24 18:41:02 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-24 18:41:02 +0000
commit91eda24ddc8b56c6022a4d99519f28230e6b3bbf (patch)
treefc9e9313ee26cd9f87a2be7d35be989907ef02e1 /src/game/g_game.h
parent4739966e14ca2df24d4f44fb814b6275b9bf2a3c (diff)
downloadzcatch-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.h1
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();