mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix typo
This commit is contained in:
@@ -19046,7 +19046,7 @@ BOOLEAN SOLDIERTYPE::IsJamming( )
|
||||
{
|
||||
if ( CanUseRadio( FALSE ) )
|
||||
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
|
||||
usSoldierFlagMask &= ~SOLDIER_RADIO_OPERATOR_JAMMING;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user