GRF: Only use extended bytes for object IDs if feature is tested for

This commit is contained in:
Jonathan G Rennison
2023-02-12 21:56:08 +00:00
parent a85b3d7de7
commit 64699d94c9
3 changed files with 4 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ enum Action2VariableRemapIds {
};
enum GRFFeatureTestObservationFlag : uint8 {
GFTOF_MORE_OBJECTS_PER_GRF = 0,
GFTOF_INVALID = 0xFF,
};