From 40186486dedb3f161c03baf3874c335b8758a647 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 4 Dec 2011 12:11:27 +0000 Subject: (svn r23426) -Change [FS#4685] (r23423): Put currency window above game options. --- src/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.cpp b/src/window.cpp index 2468c5010..390777fae 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -915,6 +915,7 @@ static uint GetWindowZPriority(const Window *w) case WC_SAVELOAD: case WC_GAME_OPTIONS: + case WC_CUSTOM_CURRENCY: case WC_NETWORK_WINDOW: case WC_GRF_PARAMETERS: case WC_NEWGRF_TEXTFILE: -- cgit v1.2.3-54-g00ecf