(svn r23932) -Codechange: split the NewGRF text window into its own source files

This commit is contained in:
rubidium
2012-02-12 10:32:41 +00:00
parent 7f06f392f7
commit 6256d64553
17 changed files with 353 additions and 237 deletions

View File

@@ -999,9 +999,9 @@ static uint GetWindowZPriority(const Window *w)
case WC_CUSTOM_CURRENCY:
case WC_NETWORK_WINDOW:
case WC_GRF_PARAMETERS:
case WC_NEWGRF_TEXTFILE:
case WC_AI_LIST:
case WC_AI_SETTINGS:
case WC_TEXTFILE:
++z_priority;
case WC_CONSOLE: