diff options
| author | oy <Tom_Adams@web.de> | 2010-08-13 03:07:51 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-13 03:07:51 +0200 |
| commit | d01fb2eb7818c121ab892f29b929f55d66e4e7ce (patch) | |
| tree | 3b927aab1b26759e969eb2e2e4b130f0dd51b577 /src/game/client/gameclient.h | |
| parent | 5a237c6f78a2cfed58ec4eb9b23b81ff8925ecce (diff) | |
| download | zcatch-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.h | 2 |
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; |