(svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway

This commit is contained in:
yexo
2011-11-12 18:48:21 +00:00
parent e963ff9cf9
commit 924a5e06b3
9 changed files with 13 additions and 18 deletions

View File

@@ -294,7 +294,7 @@ struct AISettingsWindow : public Window {
this->SetWidgetDisabledState(AIS_WIDGET_RESET, _game_mode != GM_MENU && Company::IsValidID(this->slot));
this->vscroll->SetCount(this->visible_settings.size());
this->vscroll->SetCount((int)this->visible_settings.size());
}
/**