forked from mirror/OpenTTD
Fix: Spelling errors (#6769)
This commit is contained in:
@@ -464,7 +464,7 @@ CommandCost CmdRefitVehicle(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
|
||||
byte new_subtype = GB(p2, 8, 8);
|
||||
if (new_cid >= NUM_CARGO) return CMD_ERROR;
|
||||
|
||||
/* For ships and aircrafts there is always only one. */
|
||||
/* For ships and aircraft there is always only one. */
|
||||
bool only_this = HasBit(p2, 7) || front->type == VEH_SHIP || front->type == VEH_AIRCRAFT;
|
||||
uint8 num_vehicles = GB(p2, 16, 8);
|
||||
|
||||
|
Reference in New Issue
Block a user