diff options
Diffstat (limited to 'src/table/settings.ini')
-rw-r--r-- | src/table/settings.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 6370a43c6..65edeea2c 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -37,6 +37,7 @@ static bool InvalidateVehTimetableWindow(int32 p1); static bool InvalidateCompanyLiveryWindow(int32 p1); static bool InvalidateNewGRFChangeWindows(int32 p1); static bool InvalidateIndustryViewWindow(int32 p1); +static bool InvalidateAISettingsWindow(int32 p1); static bool RedrawTownAuthority(int32 p1); extern bool UpdateNewGRFConfigPalette(int32 p1); @@ -2422,6 +2423,7 @@ proc = InvalidateNewGRFChangeWindows var = gui.ai_developer_tools flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC def = false +proc = InvalidateAISettingsWindow [SDTC_BOOL] var = gui.scenario_developer |