summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-02 16:14:23 +0000
committerrubidium <rubidium@openttd.org>2011-05-02 16:14:23 +0000
commit4d5dbf51707c42c24eeafdb65016b079c54adcf2 (patch)
tree0197dcc17f4a8411ecea2223f356019c902fe7b9 /src/news_gui.cpp
parente9837ff1ec1326aec622366ae29ff1aa81581daf (diff)
downloadopenttd-4d5dbf51707c42c24eeafdb65016b079c54adcf2.tar.xz
(svn r22410) -Document: some more bits ;)
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index a1e05d074..8aa2ce669 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -1392,6 +1392,9 @@ static const WindowDesc _message_options_desc(
_nested_message_options_widgets, lengthof(_nested_message_options_widgets)
);
+/**
+ * Show the settings window for news messages.
+ */
void ShowMessageOptions()
{
DeleteWindowById(WC_GAME_OPTIONS, 0);