diff options
author | Simon Howard | 2007-02-07 12:58:53 +0000 |
---|---|---|
committer | Simon Howard | 2007-02-07 12:58:53 +0000 |
commit | 16447cf340d51ef54d6780a28ebe6192cf2d1537 (patch) | |
tree | 9a3852513ccc2e87df612588260d511f3a45fe00 /NEWS | |
parent | 2f38d73f55a8927ceca131e74874d1d544d11fac (diff) | |
download | chocolate-doom-16447cf340d51ef54d6780a28ebe6192cf2d1537.tar.gz chocolate-doom-16447cf340d51ef54d6780a28ebe6192cf2d1537.tar.bz2 chocolate-doom-16447cf340d51ef54d6780a28ebe6192cf2d1537.zip |
Don't throw away keypress state when passing between levels - allows
shift to be held down for run when moving between levels. Thanks to Zack
Friedrich <zack18@comcast.net> for pointing this out.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 831
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ is possible to disable sound, as with Vanilla. * Repeat key presses when the key is held down (this is the Vanilla behavior) - thanks to Mad_Mac for pointing this out. + * Don't throw away key press state when starting a new level - allows + shift to be held down for run when moving between levels (thanks + to Zack Friedrich <zack18@comcast.net>. * Don't print a list of all arguments read from response files - Vanilla doesn't do this. * Autorun only when joyb_speed >= 10, not >= 4. Thanks to Janizdreg |