diff options
author | Simon Howard | 2010-12-10 22:21:56 +0000 |
---|---|---|
committer | Simon Howard | 2010-12-10 22:21:56 +0000 |
commit | c7b77349a83c70ce50acae28d1ed3606cdbb8ba9 (patch) | |
tree | bae1ca598a31219e94fd2406dd177baed6b1852c /NEWS | |
parent | d82620a41d8b7655fddb6e4de8cd60be1adf79e6 (diff) | |
download | chocolate-doom-c7b77349a83c70ce50acae28d1ed3606cdbb8ba9.tar.gz chocolate-doom-c7b77349a83c70ce50acae28d1ed3606cdbb8ba9.tar.bz2 chocolate-doom-c7b77349a83c70ce50acae28d1ed3606cdbb8ba9.zip |
Remove "Error:" from the message displayed by I_Error, to match Vanilla.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2210
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,6 +45,11 @@ * The HacX v1.2 IWAD file is now supported, and can be used standalone without the need for the Doom II IWAD (thanks atyth). + * The I_Error function doesn't display "Error:" before the error + message, matching the Vanilla behavior. "Error" has also been + removed from the title of the dialog box that appears on + Windows when this happens. This is desirable as not all such + messages are actually errors (thanks Proteh). Bugs fixed: * A workaround has been a bug in old versions of SDL_mixer |