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 ) ) 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;
} }