summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/player.h b/player.h
index 4b1939a6c..6517d0d2d 100644
--- a/player.h
+++ b/player.h
@@ -187,6 +187,10 @@ typedef struct Player {
int64 yearly_expenses[3][13];
PlayerEconomyEntry cur_economy;
PlayerEconomyEntry old_economy[24];
+ EngineID engine_replacement[256];
+ bool engine_renew;
+ int16 engine_renew_months;
+ uint32 engine_renew_money;
} Player;
void ChangeOwnershipOfPlayerItems(byte old_player, byte new_player);