summaryrefslogtreecommitdiff
path: root/src/cargo_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cargo_type.h')
-rw-r--r--src/cargo_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cargo_type.h b/src/cargo_type.h
index 2ca29d203..5f38ad847 100644
--- a/src/cargo_type.h
+++ b/src/cargo_type.h
@@ -65,6 +65,7 @@ enum CargoTypes {
NUM_CARGO = 32, ///< Maximal number of cargo types in a game.
+ CT_AUTO_REFIT = 0xFD, ///< Automatically choose cargo type when doing auto refitting.
CT_NO_REFIT = 0xFE, ///< Do not refit cargo of a vehicle (used in vehicle orders and auto-replace/auto-new).
CT_INVALID = 0xFF, ///< Invalid cargo type.
};