summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 5c0825662..45a7a4518 100644
--- a/src/player.h
+++ b/src/player.h
@@ -116,7 +116,7 @@ struct PlayerAiNew {
CargoID cargo;
byte tbt; ///< train/bus/truck 0/1/2 AI_TRAIN/AI_BUS/AI_TRUCK
- int new_cost;
+ Money new_cost;
byte action;