Skip to content

Commit bcf244b

Browse files
MohabCodeXNico8340
andauthored
Update Client/mods/deathmatch/logic/CClientEntity.cpp
Co-authored-by: Nico <[email protected]>
1 parent beb6f94 commit bcf244b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/mods/deathmatch/logic/CClientEntity.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,8 +1337,8 @@ bool CClientEntity::IsOnScreen()
13371337

13381338
if (GetType() == CCLIENTMARKER)
13391339
{
1340-
CClientMarker* pMarker = static_cast<CClientMarker*>(this);
1341-
return pMarker->IsClientSideOnScreen();
1340+
CClientMarker* marker = static_cast<CClientMarker*>(this);
1341+
return marker->IsClientSideOnScreen();
13421342
}
13431343

13441344
return false;

0 commit comments

Comments
 (0)