Changeset - r18566:ff522e798962
[Not reviewed]
master
0 1 0
alberth - 13 years ago 2011-12-04 10:52:08
alberth@openttd.org
(svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well.
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -914,12 +914,7 @@ static uint GetWindowZPriority(const Win
 
			++z_priority;
 

	
 
		case WC_SAVELOAD:
 
		case WC_GAME_OPTIONS:
 
		case WC_NETWORK_WINDOW:
 
		case WC_GRF_PARAMETERS:
 
		case WC_NEWGRF_TEXTFILE:
 
		case WC_AI_LIST:
 
		case WC_AI_SETTINGS:
 
			++z_priority;
 

	
 
		case WC_CONSOLE:
0 comments (0 inline, 0 general)