mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
clarify that an error message is *not a crash*
This commit is contained in:
parent
81bf1e70c7
commit
cfe4431875
@ -87,7 +87,7 @@ void I_ErrorMsg()
|
||||
SDL_ShowSimpleMessageBox(exit_code == 0 ?
|
||||
SDL_MESSAGEBOX_INFORMATION :
|
||||
SDL_MESSAGEBOX_ERROR,
|
||||
PROJECT_STRING, errmsg, NULL);
|
||||
PROJECT_STRING ": Error message (this is not a \"crash\")", errmsg, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user