summaryrefslogtreecommitdiff
path: root/src/cargotype.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-11-17 23:54:46 +0100
committerMichael Lutz <michi@icosahedron.de>2021-12-16 22:28:32 +0100
commit1a42a8a5d50e917a3b7158feadc70205cf912cba (patch)
treefa6e6a02cf4e7d02da46a604608446cdd0522ba4 /src/cargotype.h
parente08b3abe7ff65c193781a74c170f45b2f1dcf0a5 (diff)
downloadopenttd-1a42a8a5d50e917a3b7158feadc70205cf912cba.tar.xz
Codechange: Un-bitstuff town-related commands.
Diffstat (limited to 'src/cargotype.h')
-rw-r--r--src/cargotype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargotype.h b/src/cargotype.h
index 22c1bf7f5..54d24f1d7 100644
--- a/src/cargotype.h
+++ b/src/cargotype.h
@@ -23,7 +23,7 @@
typedef uint32 CargoLabel;
/** Town growth effect when delivering cargo. */
-enum TownEffect {
+enum TownEffect : byte {
TE_BEGIN = 0,
TE_NONE = TE_BEGIN, ///< Cargo has no effect.
TE_PASSENGERS, ///< Cargo behaves passenger-like.