]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Make the Sys_Error() message more informative
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 7 Mar 2024 18:32:06 +0000 (04:32 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 7 Mar 2024 18:32:06 +0000 (04:32 +1000)
commit3f7732e0c54fca9ee8f9cd76558a86ef1e78c532
tree116d72b50ae92c456e4a46319d0aa337317409fa
parent24550510e6ff331c1749707df7fad608f618bdd3
Make the Sys_Error() message more informative

Re: 24550510e6ff331c1749707df7fad608f618bdd3 as discussed in chat, there
was a good reason to change this word: it indicates DP deliberately
stopped execution, whereas "Error" is generic (most problems that can
happen on a computer are some form of error).  Also "Engine Error"
makes it sound like there's a bug in DP, which isn't necessarily the
case: there are several scenarios where user error can trigger this.
This message was already different from Quake's "Quake Error".

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
sys_shared.c