mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Update crash message
This commit is contained in:
parent
1513d7b285
commit
f1f95b1630
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ int main(int argc, char *argv[])
|
|||
SDL_WaitThread(rgssThread, 0);
|
||||
else
|
||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, conf.windowTitle.c_str(),
|
||||
"The RGSS script seems to be stuck and mkxp will now force quit", win);
|
||||
"The RGSS script seems to be stuck and OneShot will now force quit", win);
|
||||
|
||||
if (!rtData.rgssErrorMsg.empty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue