summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Howard2007-02-07 12:58:53 +0000
committerSimon Howard2007-02-07 12:58:53 +0000
commit16447cf340d51ef54d6780a28ebe6192cf2d1537 (patch)
tree9a3852513ccc2e87df612588260d511f3a45fe00 /NEWS
parent2f38d73f55a8927ceca131e74874d1d544d11fac (diff)
downloadchocolate-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f89e1f57..3ba80173 100644
--- a/NEWS
+++ b/NEWS
@@ -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