mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fix latest gcc builds (#19)
Co-authored-by: Danny Parker <DannyParker0001@users.noreply.github.com>
This commit is contained in:
co-authored by
Danny Parker
parent
2c6669f5e3
commit
61302b61e7
@@ -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