diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index bed259db38..2d3c819561 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); |