Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij authored Nov 5, 2024
1 parent f6d361b commit 68ac2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/mods/deathmatch/logic/CClientGame.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class CClientGame

CBlendedWeather* GetBlendedWeather() { return m_pBlendedWeather; };
CNetAPI* GetNetAPI() { return m_pNetAPI; };
CPlayerMap* GetPlayerMap() { return m_pPlayerMap; };
CPlayerMap* GetPlayerMap() { return m_pPlayerMap; };
CMovingObjectsManager* GetMovingObjectsManager() { return m_pMovingObjectsManager; }

CClientPlayer* GetLocalPlayer() { return m_pLocalPlayer; }
Expand Down Expand Up @@ -694,7 +694,7 @@ class CClientGame
CNetworkStats* m_pNetworkStats;
CSyncDebug* m_pSyncDebug;
// CScreenshot* m_pScreenshot;
CPlayerMap* m_pPlayerMap;
CPlayerMap* m_pPlayerMap;
CTransferBox* m_pTransferBox;
CResourceManager* m_pResourceManager;
CScriptKeyBinds* m_pScriptKeyBinds;
Expand Down

0 comments on commit 68ac2e8

Please sign in to comment.