diff --git a/src/openrct2-ui/UiContext.Android.cpp b/src/openrct2-ui/UiContext.Android.cpp index a911a3bc49..46a1b729ec 100644 --- a/src/openrct2-ui/UiContext.Android.cpp +++ b/src/openrct2-ui/UiContext.Android.cpp @@ -44,7 +44,7 @@ namespace OpenRCT2::Ui { log_verbose(message.c_str()); - STUB(); + SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_WARNING, "OpenRCT2", message.c_str(), window); } std::string ShowFileDialog(SDL_Window* window, const FileDialogDesc& desc) override