summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-01-15 17:33:35 +0000
committerfrosch <frosch@openttd.org>2012-01-15 17:33:35 +0000
commit92700c12625e273297ac5f3e3e870b9ed5d047ab (patch)
tree6a9b0c7d2032f822d9259b87919cbec7f0b03b40 /src/newgrf_config.h
parent1dc8de17e061dc7d076fb4ae9c1248277937fce8 (diff)
downloadopenttd-92700c12625e273297ac5f3e3e870b9ed5d047ab.tar.xz
(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 432f6679d..a7c7da2ad 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -107,7 +107,6 @@ struct GRFError : ZeroedMemoryAllocator {
char *data; ///< Additional data for message and custom_message
StringID message; ///< Default message
StringID severity; ///< Info / Warning / Error / Fatal
- uint8 num_params; ///< Number of additinal parameters for message and custom_message (0, 1 or 2)
uint32 param_value[2]; ///< Values of GRF parameters to show for message and custom_message
};