mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: Use EnumBitSet for DoCommandFlags
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@ static Foundation GetFoundation_Void(TileIndex, Slope)
|
||||
return FOUNDATION_NONE;
|
||||
}
|
||||
|
||||
static CommandCost ClearTile_Void(TileIndex, DoCommandFlag)
|
||||
static CommandCost ClearTile_Void(TileIndex, DoCommandFlags)
|
||||
{
|
||||
return CommandCost(STR_ERROR_OFF_EDGE_OF_MAP);
|
||||
}
|
||||
@@ -67,7 +67,7 @@ static TrackStatus GetTileTrackStatus_Void(TileIndex, TransportType, uint, DiagD
|
||||
return 0;
|
||||
}
|
||||
|
||||
static CommandCost TerraformTile_Void(TileIndex, DoCommandFlag, int, Slope)
|
||||
static CommandCost TerraformTile_Void(TileIndex, DoCommandFlags, int, Slope)
|
||||
{
|
||||
return CommandCost(STR_ERROR_OFF_EDGE_OF_MAP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user