This commit is contained in:
Asdow
2026-01-19 00:28:19 +02:00
parent 20dadec54c
commit 4e19816b57
+1 -1
View File
@@ -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;
}