mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
Codefix: VEH_INVALID is not INVALID_VEHICLE
This commit is contained in:
parent
d22fd78b1c
commit
ff8c748bf5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user