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
1 changed files with 1 additions and 1 deletions

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);
}