mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
distinguish error exits from success exits
This commit is contained in:
parent
dd94081ac0
commit
d8c7ce1a69
@ -87,7 +87,9 @@ void I_ErrorMsg()
|
||||
SDL_ShowSimpleMessageBox(exit_code == 0 ?
|
||||
SDL_MESSAGEBOX_INFORMATION :
|
||||
SDL_MESSAGEBOX_ERROR,
|
||||
PROJECT_STRING ": Error message (this is not a \"crash\")", errmsg, NULL);
|
||||
exit_code == 0 ?
|
||||
PROJECT_STRING :
|
||||
PROJECT_STRING ": Error message (this is not a \"crash\"!)", errmsg, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user