mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r7479) -Fix r5946: don't lower non-existent widget
This commit is contained in:
parent
8d2c82bc2a
commit
3f6d5e2323
@ -1220,7 +1220,6 @@ void ShowQuery(StringID caption, StringID message, void (*ok_cancel_callback)(bo
|
||||
|
||||
w = AllocateWindowDesc(&_query_desc);
|
||||
|
||||
LowerWindowWidget(w, 5);
|
||||
WP(w, query_d).caption = caption;
|
||||
WP(w, query_d).message = message;
|
||||
WP(w, query_d).wnd_class = window_class;
|
||||
|
Loading…
Reference in New Issue
Block a user