(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu)
This commit is contained in:
@@ -920,6 +920,12 @@ static bool InvalidateIndustryViewWindow(int32 p1)
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool InvalidateAISettingsWindow(int32 p1)
|
||||
{
|
||||
InvalidateWindowClassesData(WC_AI_SETTINGS);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the town authority window after a town authority setting change.
|
||||
* @param p1 Unused.
|
||||
|
Reference in New Issue
Block a user