Convert SOLDIERTYPE::ubTargetID to SoldierID

This commit is contained in:
Asdow
2024-11-15 23:46:15 +02:00
parent f823cb9718
commit 566ead5815
7 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -9676,7 +9676,7 @@ SOLDIERTYPE *InternalReduceAttackBusyCount( )
pTarget = NULL;
if (pSoldier->ubTargetID != NOBODY)
{
pTarget = MercPtrs[ pSoldier->ubTargetID ];
pTarget = pSoldier->ubTargetID;
}
// Flugente 18-07-22: commenting this out - it doesn't do harm in realtime, and is more realistic