Use correct sprites for newgrf stations building preview

This commit is contained in:
dP
2025-10-17 18:39:47 +05:00
parent e875986c78
commit e4f49a0c02
8 changed files with 409 additions and 128 deletions

View File

@@ -72,14 +72,15 @@ static bool _place_road_end_half;
/* CM static */ DiagDirection _road_depot_orientation;
struct RoadStopGUISettings {
DiagDirection orientation;
// Moved to cm_station_gui.hpp
// struct RoadStopGUISettings {
// DiagDirection orientation;
RoadStopClassID roadstop_class;
uint16_t roadstop_type;
uint16_t roadstop_count;
};
/* CM static */ RoadStopGUISettings _roadstop_gui_settings;
// RoadStopClassID roadstop_class;
// uint16_t roadstop_type;
// uint16_t roadstop_count;
// };
RoadStopGUISettings _roadstop_gui_settings;
/**
* Check whether a road stop type can be built.