diff options
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r-- | src/news_gui.cpp | 3 |
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); |