about summary refs log tree commit diff
path: root/src/game/client/gameclient.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-13 03:07:51 +0200
committeroy <Tom_Adams@web.de>2010-08-13 03:07:51 +0200
commitd01fb2eb7818c121ab892f29b929f55d66e4e7ce (patch)
tree3b927aab1b26759e969eb2e2e4b130f0dd51b577 /src/game/client/gameclient.h
parent5a237c6f78a2cfed58ec4eb9b23b81ff8925ecce (diff)
downloadzcatch-d01fb2eb7818c121ab892f29b929f55d66e4e7ce.tar.gz
zcatch-d01fb2eb7818c121ab892f29b929f55d66e4e7ce.zip
added missing information in debug mode. Closes #77
Diffstat (limited to 'src/game/client/gameclient.h')
-rw-r--r--src/game/client/gameclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h
index 28043794..211e3b11 100644
--- a/src/game/client/gameclient.h
+++ b/src/game/client/gameclient.h
@@ -75,6 +75,8 @@ public:
 	class CLayers *Layers() { return &m_Layers; };
 	class CCollision *Collision() { return &m_Collision; };
 	
+	int NetobjNumCorrections() { return m_NetObjHandler.NumObjCorrections(); }
+	const char *NetobjCorrectedOn() { return m_NetObjHandler.CorrectedObjOn(); }
 
 	bool m_SuppressEvents;
 	bool m_NewTick;