1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

(svn r7479) -Fix r5946: don't lower non-existent widget

This commit is contained in:
glx
2006-12-11 17:11:44 +00:00
parent 8d2c82bc2a
commit 3f6d5e2323

View File

@@ -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;