Update LaptopSave.h

This commit is contained in:
Asdow
2024-11-16 11:55:57 +02:00
parent 3ff4cc0c19
commit e7fe1d1cda
+2 -2
View File
@@ -25,8 +25,8 @@ class SOLDIERTYPE;
typedef struct typedef struct
{ {
BOOLEAN fActive; BOOLEAN fActive;
UINT16 ubSoldierID; SoldierID ubSoldierID;
UINT8 ubMercID; UINT8 ubMercID;
INT32 iPayOutPrice; INT32 iPayOutPrice;
} LIFE_INSURANCE_PAYOUT; } LIFE_INSURANCE_PAYOUT;