From 1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251 Mon Sep 17 00:00:00 2001 From: GreYFoXGTi Date: Sat, 12 Feb 2011 12:40:36 +0200 Subject: Refactoring & fixed WEAPONSPEC_GUN in content.py --- src/game/client/gameclient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 1e5c4856..35deec7b 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -113,7 +113,7 @@ public: const CNetObj_PlayerInfo *m_paPlayerInfos[MAX_CLIENTS]; const CNetObj_PlayerInfo *m_paInfoByScore[MAX_CLIENTS]; - int m_LocalCid; + int m_LocalClientID; int m_NumPlayers; int m_aTeamSize[2]; bool m_Spectate; @@ -145,7 +145,7 @@ public: char m_aName[64]; char m_aSkinName[64]; - int m_SkinId; + int m_SkinID; int m_SkinColor; int m_Team; int m_Emoticon; @@ -193,7 +193,7 @@ public: // TODO: move these void SendSwitchTeam(int Team); void SendInfo(bool Start); - void SendKill(int ClientId); + void SendKill(int ClientID); // pointers to all systems class CGameConsole *m_pGameConsole; -- cgit 1.4.1