From 88862fcdb6d960e5dab5072257c65dd73ce2dfd5 Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 15 Dec 2004 21:45:44 +0000 Subject: (svn r1112) -Fix: _decode_parameters was increased to [20], but not all temp-dparams were --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index b805749e0..73e378197 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -372,7 +372,7 @@ void ShowBuildTreesScenToolbar() AllocateWindowDescFront(&_build_trees_scen_desc, 0); } -static uint32 _errmsg_decode_params[10]; +static uint32 _errmsg_decode_params[20]; static StringID _errmsg_message_1, _errmsg_message_2; static uint _errmsg_duration; -- cgit v1.2.3-54-g00ecf