mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codechange: make GrfSpecFeature a scoped enum (#15487)
This commit is contained in:
+1
-1
@@ -515,7 +515,7 @@ static void ReallyClearObjectTile(Object *o)
|
||||
{
|
||||
Object::DecTypeCount(o->type);
|
||||
for (TileIndex tile_cur : o->location) {
|
||||
DeleteNewGRFInspectWindow(GSF_OBJECTS, tile_cur.base());
|
||||
DeleteNewGRFInspectWindow(GrfSpecFeature::Objects, tile_cur.base());
|
||||
|
||||
MakeWaterKeepingClass(tile_cur, GetTileOwner(tile_cur));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user