From 733f0b33905bcd8d2097a302c145707cf29ec0d7 Mon Sep 17 00:00:00 2001 From: Choupom Date: Sun, 3 Apr 2011 10:11:23 +0200 Subject: reimplemented extra projectiles --- src/game/client/gameclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 5a045708..7aa02ace 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -240,6 +240,7 @@ public: class CMapImages *m_pMapimages; class CVoting *m_pVoting; class CScoreboard *m_pScoreboard; + class CItems *m_pItems; }; -- cgit 1.4.1