Change: Allow opening multiple script debug windows by holding Ctrl.
This commit is contained in:

committed by
Peter Nelson

parent
4a2038e301
commit
0ca4b4e146
@@ -14,7 +14,7 @@
|
||||
#include "../textfile_type.h"
|
||||
|
||||
void ShowScriptListWindow(CompanyID slot, bool show_all);
|
||||
Window *ShowScriptDebugWindow(CompanyID show_company = INVALID_COMPANY);
|
||||
Window *ShowScriptDebugWindow(CompanyID show_company = INVALID_COMPANY, bool new_window = false);
|
||||
void ShowScriptSettingsWindow(CompanyID slot);
|
||||
void ShowScriptTextfileWindow(TextfileType file_type, CompanyID slot);
|
||||
void ShowScriptDebugWindowIfScriptError();
|
||||
|
Reference in New Issue
Block a user