Multi-part ships: Require feature test to enable callback 16

This commit is contained in:
Jonathan G Rennison
2023-03-15 22:36:27 +00:00
parent 87e4258fe3
commit 8cd7c9559f
4 changed files with 9 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ enum GRFFeatureTestObservationFlag : uint8 {
GFTOF_MORE_ACTION2_IDS,
GFTOF_TOWN_ZONE_CALLBACK,
GFTOF_MORE_VARACTION2_TYPES,
GFTOF_MULTI_PART_SHIPS,
GFTOF_INVALID = 0xFF,
};