MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowMessageHistory

Function ShowMessageHistory

src/news_gui.cpp:1303–1307  ·  view source on GitHub ↗

Display window with news messages history */

Source from the content-addressed store, hash-verified

1301
1302/** Display window with news messages history */
1303void ShowMessageHistory()
1304{
1305 CloseWindowById(WC_MESSAGE_HISTORY, 0);
1306 new MessageHistoryWindow(_message_history_desc);
1307}

Callers 1

MenuClickNewspaperFunction · 0.85

Calls 1

CloseWindowByIdFunction · 0.85

Tested by

no test coverage detected