about summary refs log tree commit diff
path: root/src/game/client/components/items.h
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-09-06 15:27:56 +0200
committeroy <Tom_Adams@web.de>2011-12-04 14:21:20 +0100
commit873c5a77bcf5331b07ae91510492fdd07c89509c (patch)
tree51d0974c6ed6994a17730b893014313e24ce8f6c /src/game/client/components/items.h
parent0fdc9c1b8e3e08623c3359a2d3bd863b95f9e0a6 (diff)
downloadzcatch-873c5a77bcf5331b07ae91510492fdd07c89509c.tar.gz
zcatch-873c5a77bcf5331b07ae91510492fdd07c89509c.zip
some trivial fixes
Diffstat (limited to 'src/game/client/components/items.h')
-rw-r--r--src/game/client/components/items.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/items.h b/src/game/client/components/items.h
index 604c1b1c..caf6176b 100644
--- a/src/game/client/components/items.h
+++ b/src/game/client/components/items.h
@@ -11,8 +11,8 @@ class CItems : public CComponent
 		MAX_EXTRA_PROJECTILES=32,
 	};
 
-	CNetObj_Projectile aExtraProjectiles[MAX_EXTRA_PROJECTILES];
-	int ExtraProjectilesNum;
+	CNetObj_Projectile m_aExtraProjectiles[MAX_EXTRA_PROJECTILES];
+	int m_NumExtraProjectiles;
 
 	void RenderProjectile(const CNetObj_Projectile *pCurrent, int ItemID);
 	void RenderPickup(const CNetObj_Pickup *pPrev, const CNetObj_Pickup *pCurrent);