Add NewGRF object property for flood-resistance

Does not imply being able to be built on water
This commit is contained in:
Jonathan G Rennison
2021-12-05 21:32:57 +00:00
parent 06fa1ae332
commit 24fb390e9f
6 changed files with 11 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ enum Action0RemapPropertyIds {
A0RPI_SIGNALS_EXTRA_ASPECTS,
A0RPI_OBJECT_USE_LAND_GROUND,
A0RPI_OBJECT_EDGE_FOUNDATION_MODE,
A0RPI_OBJECT_FLOOD_RESISTANT,
};