(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
This commit is contained in:
@@ -807,7 +807,7 @@ struct BuildVehicleWindow : Window {
|
||||
EngineID rename_engine;
|
||||
EngineList eng_list;
|
||||
|
||||
BuildVehicleWindow(const WindowDesc *desc, TileIndex tile, VehicleType type) : Window(desc, NULL, tile == 0 ? (int)type : tile)
|
||||
BuildVehicleWindow(const WindowDesc *desc, TileIndex tile, VehicleType type) : Window(desc, tile == 0 ? (int)type : tile)
|
||||
{
|
||||
this->vehicle_type = type;
|
||||
int vlh = GetVehicleListHeight(this->vehicle_type);
|
||||
|
Reference in New Issue
Block a user