Implement extended NewGRF variable parameter support

This commit is contained in:
Jonathan G Rennison
2022-02-13 22:57:30 +00:00
parent 0db0c16f95
commit a3c003546b
5 changed files with 25 additions and 6 deletions

View File

@@ -211,6 +211,7 @@ struct GRFVariableMapEntry {
uint8 output_shift = 0;
uint32 input_mask = 0;
uint32 output_mask = 0;
uint32 output_param = 0;
};
/** The type of action 5 type. */