summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-12-04 12:11:27 +0000
committeralberth <alberth@openttd.org>2011-12-04 12:11:27 +0000
commit40186486dedb3f161c03baf3874c335b8758a647 (patch)
tree41643dc105ea125d875773ed3ed3d012c1bf7219
parentb2dc4d9c1dcd7c49191005e0a533ca926126eb87 (diff)
downloadopenttd-40186486dedb3f161c03baf3874c335b8758a647.tar.xz
(svn r23426) -Change [FS#4685] (r23423): Put currency window above game options.
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
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: