More conversions to SoldierID

This commit is contained in:
Asdow
2025-06-27 19:58:20 +03:00
parent 36a84ffe59
commit 1a8db5d15b
12 changed files with 111 additions and 125 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ BOOLEAN InterruptsAllowed = TRUE;
BOOLEAN gfHiddenInterrupt = FALSE;
SoldierID gubLastInterruptedGuy = NOBODY;
extern UINT16 gsWhoThrewRock;
extern SoldierID gsWhoThrewRock;
extern UINT8 gubSightFlags;
typedef struct
@@ -115,7 +115,7 @@ typedef struct
UINT16 ubOutOfTurnPersons;
SoldierID InterruptOnlyGuynum;
INT16 sWhoThrewRock;
SoldierID sWhoThrewRock;
BOOLEAN InterruptsAllowed;
BOOLEAN fHiddenInterrupt;
SoldierID ubLastInterruptedGuy;