forked from mirror/OpenTTD
Codefix: VEH_INVALID is not INVALID_VEHICLE
This commit is contained in:
@@ -42,7 +42,7 @@ struct DisasterVehicle final : public SpecializedVehicle<DisasterVehicle, VEH_DI
|
||||
|
||||
/** For use by saveload. */
|
||||
DisasterVehicle() : SpecializedVehicleBase() {}
|
||||
DisasterVehicle(int x, int y, Direction direction, DisasterSubType subtype, VehicleID big_ufo_destroyer_target = VEH_INVALID);
|
||||
DisasterVehicle(int x, int y, Direction direction, DisasterSubType subtype, VehicleID big_ufo_destroyer_target = INVALID_VEHICLE);
|
||||
/** We want to 'destruct' the right class. */
|
||||
virtual ~DisasterVehicle() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user