mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
This commit is contained in:
@@ -96,7 +96,7 @@ Engine::Engine(VehicleType type, EngineID base)
|
||||
case VEH_ROAD:
|
||||
this->u.road = _orig_road_vehicle_info[base];
|
||||
this->original_image_index = this->u.road.image_index;
|
||||
this->info.string_id = STR_VEHICLE_NAME_ROAD_MPS_REGAL_BUS + base;
|
||||
this->info.string_id = STR_VEHICLE_NAME_ROAD_VEHICLE_MPS_REGAL_BUS + base;
|
||||
break;
|
||||
|
||||
case VEH_SHIP:
|
||||
|
Reference in New Issue
Block a user