mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 23:41:07 +00:00
Permit compiling with LOGMESSAGES disabled (and accomodate a crash early enough in the startup before the log is made, too)
This commit is contained in:
parent
adc2adb5c8
commit
74247d8100
1 changed files with 4 additions and 1 deletions
|
|
@ -297,7 +297,10 @@ static void I_ShowErrorMessageBox(const char *messagefordevelopers, boolean dump
|
|||
".rpt crash dump"
|
||||
#endif
|
||||
" (very important!) and " : "",
|
||||
logfilename,
|
||||
#ifdef LOGMESSAGES
|
||||
logfilename[0] ? logfilename :
|
||||
#endif
|
||||
"uh oh, one wasn't made!?",
|
||||
messagefordevelopers);
|
||||
|
||||
// Rudementary word wrapping.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue