Skip to content

Commit 6c74580

Browse files
committed
Remove use of json bool TRUE
1 parent 3a00046 commit 6c74580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientEntity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ bool CClientEntity::IsStatic(void)
12181218
CEntity* pEntity = GetGameEntity();
12191219
if (pEntity)
12201220
{
1221-
return (pEntity->IsStatic() == TRUE);
1221+
return pEntity->IsStatic();
12221222
}
12231223
return false;
12241224
}

0 commit comments

Comments
 (0)