diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2011-04-03 10:11:23 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-03 22:57:03 +0200 |
| commit | 733f0b33905bcd8d2097a302c145707cf29ec0d7 (patch) | |
| tree | f1c94e3528073eb6b1c0a9bebe32111751588284 /src/game/client/gameclient.h | |
| parent | 7a772f4e2053806286df42b2802f616cd4961441 (diff) | |
| download | zcatch-733f0b33905bcd8d2097a302c145707cf29ec0d7.tar.gz zcatch-733f0b33905bcd8d2097a302c145707cf29ec0d7.zip | |
reimplemented extra projectiles
Diffstat (limited to 'src/game/client/gameclient.h')
| -rw-r--r-- | src/game/client/gameclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |