diff options
author | tron <tron@openttd.org> | 2004-11-21 10:42:01 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2004-11-21 10:42:01 +0000 |
commit | 75d002690ac43c3a1c9bdbd16ca0eb48c9a2c50e (patch) | |
tree | e64560b8c3c5dd3adc8ee09c062d99e77d564012 | |
parent | 4bba1273aa9877114e613b68ffb2d32fd9ee8309 (diff) | |
download | openttd-75d002690ac43c3a1c9bdbd16ca0eb48c9a2c50e.tar.xz |
(svn r723) Increase size of dparam so more parameters can be passed to string output
-rw-r--r-- | variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h index bf0035fec..c181af4bb 100644 --- a/variables.h +++ b/variables.h @@ -253,7 +253,7 @@ VARDEF StringID _error_message; VARDEF StringID _error_message_2; VARDEF int32 _additional_cash_required; -VARDEF uint32 _decode_parameters[10]; +VARDEF uint32 _decode_parameters[20]; VARDEF byte _current_player; VARDEF int _docommand_recursive; |