diff options
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r-- | src/station_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp index c2a536ca0..6e2f6a87b 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -255,7 +255,7 @@ public: Widget *wi = &this->widget[SLW_CARGOSTART + i]; wi->type = WWT_PANEL; wi->display_flags = RESIZE_NONE; - wi->color = COLOUR_GREY; + wi->colour = COLOUR_GREY; wi->left = 89 + i * 14; wi->right = wi->left + 13; wi->top = 14; |