Add general NewGRF Action 0 property mapping scheme to Action 14

This commit is contained in:
Jonathan G Rennison
2018-11-10 12:44:19 +00:00
parent 2dda1c4351
commit 9a6a66a054
5 changed files with 390 additions and 30 deletions

View File

@@ -109,7 +109,7 @@ struct GRFError : ZeroedMemoryAllocator {
char *data; ///< Additional data for message and custom_message
StringID message; ///< Default message
StringID severity; ///< Info / Warning / Error / Fatal
uint32 param_value[2]; ///< Values of GRF parameters to show for message and custom_message
uint64 param_value[4]; ///< Values of GRF parameters to show for message and custom_message
};
/** The possible types of a newgrf parameter. */