diff options
author | Simon Howard | 2007-06-12 18:49:29 +0000 |
---|---|---|
committer | Simon Howard | 2007-06-12 18:49:29 +0000 |
commit | 22d473c19cddb35c8ba90fbe52beb7dff8377688 (patch) | |
tree | 78eaa7fbb9f9ba8f79f3fe76b69e9a813603b932 /NEWS | |
parent | c131d939ed389ac381853f904fa8d09ec1100aac (diff) | |
download | chocolate-doom-22d473c19cddb35c8ba90fbe52beb7dff8377688.tar.gz chocolate-doom-22d473c19cddb35c8ba90fbe52beb7dff8377688.tar.bz2 chocolate-doom-22d473c19cddb35c8ba90fbe52beb7dff8377688.zip |
Emulate overflows in P_FindNextHighestFloor. Thanks to entryway for this
fix.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 902
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,8 @@ means that people with non-US keyboards can decide whether to use their correct native mapping or behave like Vanilla mapping (which assumes all keyboards are US). + * Emulate overflow bug in P_FindNextHighestFloor. Thanks to + entryway for the fix for this. Bugs fixed: * Fix crash when starting new levels due to the intermission screen |