summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index fc4278571..123330d0a 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -153,7 +153,7 @@ struct StationSpec {
*/
uint16 cargo_threshold;
- uint32 cargo_triggers; ///< Bitmask of cargo types which cause trigger re-randomizing
+ CargoTypes cargo_triggers; ///< Bitmask of cargo types which cause trigger re-randomizing
byte callback_mask; ///< Bitmask of station callbacks that have to be called