Update Map Screen Interface.h

This commit is contained in:
Asdow
2024-11-14 01:00:05 +02:00
parent 1345d92521
commit c04cc4cfcc
+1 -1
View File
@@ -322,7 +322,7 @@ extern BOOLEAN fLockOutMapScreenInterface;
// The character data structure
typedef struct {
UINT16 usSolID;// soldier ID in MenPtrs
SoldierID usSolID;// soldier ID in MenPtrs
BOOLEAN fValid;// is the current soldier a valid soldier
} MapScreenCharacterSt;