mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Fix typo
This commit is contained in:
@@ -19046,7 +19046,7 @@ BOOLEAN SOLDIERTYPE::IsJamming( )
|
|||||||
{
|
{
|
||||||
if ( CanUseRadio( FALSE ) )
|
if ( CanUseRadio( FALSE ) )
|
||||||
return TRUE;
|
return TRUE;
|
||||||
// if we cannot use the radio, remove that flag hile we're at it
|
// if we cannot use the radio, remove that flag while we're at it
|
||||||
else
|
else
|
||||||
usSoldierFlagMask &= ~SOLDIER_RADIO_OPERATOR_JAMMING;
|
usSoldierFlagMask &= ~SOLDIER_RADIO_OPERATOR_JAMMING;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user