mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
fix latest gcc builds (#19)
Co-authored-by: Danny Parker <DannyParker0001@users.noreply.github.com>
This commit is contained in:
@@ -1152,7 +1152,7 @@ void ClientModeShared::FireGameEvent( IGameEvent *event )
|
||||
}
|
||||
}
|
||||
|
||||
if ( team == 0 && GetLocalTeam() > 0 )
|
||||
if ( team == 0 && GetLocalTeam() > (C_Team*)0 )
|
||||
{
|
||||
bValidTeam = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user