diff options
author | alberth <alberth@openttd.org> | 2011-12-04 12:11:27 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-12-04 12:11:27 +0000 |
commit | 40186486dedb3f161c03baf3874c335b8758a647 (patch) | |
tree | 41643dc105ea125d875773ed3ed3d012c1bf7219 /src | |
parent | b2dc4d9c1dcd7c49191005e0a533ca926126eb87 (diff) | |
download | openttd-40186486dedb3f161c03baf3874c335b8758a647.tar.xz |
(svn r23426) -Change [FS#4685] (r23423): Put currency window above game options.
Diffstat (limited to 'src')
-rw-r--r-- | src/window.cpp | 1 |
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: |