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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user