1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Add message box on Linux platforms

This commit is contained in:
Fabio Ka
2016-01-27 12:01:11 -02:00
committed by anyc
parent 40200c0d23
commit 6b2b6e476c

View File

@@ -154,7 +154,7 @@ utf8 *platform_open_directory_browser(utf8 *title)
void platform_show_messagebox(char *message)
{
STUB();
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "OpenRCT2", message, gWindow);
log_verbose(message);
}