mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-01-02 18:25:42 +03:00
No longer use ">" to check for pointer validity
This commit is contained in:
parent
0d8dceea43
commit
62b022b3c3
@ -1136,7 +1136,7 @@ void ClientModeShared::FireGameEvent( IGameEvent *event )
|
||||
}
|
||||
}
|
||||
|
||||
if ( team == 0 && GetLocalTeam() > 0 )
|
||||
if ( team == 0 && GetLocalTeam() )
|
||||
{
|
||||
bValidTeam = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user