mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-11 23:57:59 +00:00
game: fix typo in logical expression (ValveSoftware/source-sdk-2013#502)
This commit is contained in:
parent
a0d8a59d58
commit
387d15521a
@ -1257,7 +1257,7 @@ int CAI_AssaultBehavior::TranslateSchedule( int scheduleType )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SCHED_HOLD_RALLY_POINT:
|
case SCHED_HOLD_RALLY_POINT:
|
||||||
if( HasCondition(COND_NO_PRIMARY_AMMO) | HasCondition(COND_LOW_PRIMARY_AMMO) )
|
if( HasCondition(COND_NO_PRIMARY_AMMO) || HasCondition(COND_LOW_PRIMARY_AMMO) )
|
||||||
{
|
{
|
||||||
return SCHED_RELOAD;
|
return SCHED_RELOAD;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user