From d01fb2eb7818c121ab892f29b929f55d66e4e7ce Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 13 Aug 2010 03:07:51 +0200 Subject: added missing information in debug mode. Closes #77 --- src/game/client/gameclient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/gameclient.h') 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; -- cgit 1.4.1