[Scummvm-cvs-logs] scummvm master -> c70963671616b5cb92eb91125b97ce6929d58a8d
eriktorbjorn
eriktorbjorn at telia.com
Sat Jul 16 11:09:53 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c709636716 DREAMWEB: Clarify a comment in my previous commit slightly.
Commit: c70963671616b5cb92eb91125b97ce6929d58a8d
https://github.com/scummvm/scummvm/commit/c70963671616b5cb92eb91125b97ce6929d58a8d
Author: eriktorbjorn (eriktorbjorn at users.sourceforge.net)
Date: 2011-07-16T02:07:22-07:00
Commit Message:
DREAMWEB: Clarify a comment in my previous commit slightly.
Changed paths:
engines/dreamweb/stubs.cpp
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index bed259d..2d3c819 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -561,7 +561,7 @@ void DreamGenContext::lockmon() {
// is being printed.
if (data.byte(kLasthardkey) == 57) {
// Clear the keyboard buffer. Otherwise the space that caused
- // the pause will be read immediately in the pause loop.
+ // the pause will be read immediately unpause the game.
do {
readkey();
} while (data.byte(kCurrentkey) != 0);
More information about the Scummvm-git-logs
mailing list