about summary refs log tree commit diff
path: root/src/game/client/components/chat.h
diff options
context:
space:
mode:
authorGreYFoXGTi <GreYFoXGTi@GMaiL.CoM>2011-02-12 12:40:36 +0200
committeroy <Tom_Adams@web.de>2011-02-12 21:18:41 +0100
commit1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251 (patch)
treed4b94b98105c3af23c79bae02a132bfe66738392 /src/game/client/components/chat.h
parente45ad2a085d8f02aadc5d823a1d7dda4e1da70aa (diff)
downloadzcatch-1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251.tar.gz
zcatch-1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251.zip
Refactoring & fixed WEAPONSPEC_GUN in content.py
Diffstat (limited to 'src/game/client/components/chat.h')
-rw-r--r--src/game/client/components/chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h
index da6a3b16..652564ed 100644
--- a/src/game/client/components/chat.h
+++ b/src/game/client/components/chat.h
@@ -18,7 +18,7 @@ class CChat : public CComponent
 	{
 		int64 m_Time;
 		float m_YOffset[2];
-		int m_ClientId;
+		int m_ClientID;
 		int m_Team;
 		int m_NameColor;
 		char m_aName[64];
@@ -57,7 +57,7 @@ public:
 
 	bool IsActive() const { return m_Mode != MODE_NONE; }
 	
-	void AddLine(int ClientId, int Team, const char *pLine);
+	void AddLine(int ClientID, int Team, const char *pLine);
 	
 	void EnableMode(int Team);