This commit is contained in:
erorcun
2021-02-28 15:50:51 +03:00
parent c5303c2ea4
commit a311f643f9
7 changed files with 16 additions and 9 deletions

View File

@ -234,5 +234,8 @@ CStinger::Process()
Remove();
break;
}
#ifdef FIX_BUGS
if (bIsDeployed)
#endif
CheckForBurstTyres();
}