diff options
author | truebrain <truebrain@openttd.org> | 2011-12-21 15:15:43 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-21 15:15:43 +0000 |
commit | 8456d5de69be3f3445dc9a496c80bbc2bc4420f0 (patch) | |
tree | 60456fffe1ee99ac8d0b6c65e45c61d149871bcb /src/ai | |
parent | ac306fc13883e727513824b4796c42c2baabd480 (diff) | |
download | openttd-8456d5de69be3f3445dc9a496c80bbc2bc4420f0.tar.xz |
(svn r23653) -Fix: also show GameScripts when you click Check Online Content (SubVersion does not allow translated commit messages, I am sorry) in AI / Game Settings
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp index a0709bcfa..bf359cb28 100644 --- a/src/ai/ai_gui.cpp +++ b/src/ai/ai_gui.cpp @@ -797,6 +797,7 @@ struct AIConfigWindow : public Window { } else { #if defined(ENABLE_NETWORK) ShowNetworkContentListWindow(NULL, CONTENT_TYPE_AI); + _network_content_client.RequestContentList(CONTENT_TYPE_GAME); #endif } break; |