aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index bf48a135f7..ee727b9970 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -1171,7 +1171,7 @@ void Scumm::waitForTimer(int msec_delay) {
_fastMode ^= 1;
else if (event.kbd.keycode=='g')
_fastMode ^= 2;
- else if (event.kbd.keycode=='d')
+ else if ((event.kbd.keycode=='d') && (_fullScreen == false))
g_debugger.attach(this);
else if (event.kbd.keycode=='s')
resourceStats();