summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player.h b/player.h
index b00a0f9e3..1bfaa0f04 100644
--- a/player.h
+++ b/player.h
@@ -190,6 +190,7 @@ typedef struct Player {
PlayerEconomyEntry old_economy[24];
EngineID engine_replacement[TOTAL_NUM_ENGINES];
bool engine_renew;
+ bool renew_keep_length;
int16 engine_renew_months;
uint32 engine_renew_money;
} Player;