aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 0a657378e7..021bff95f0 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -285,8 +285,13 @@ void Scumm::scummMain(int argc, char **argv) {
}
int Scumm::scummLoop(int delta) {
+
+#ifndef _WIN32_WCE
+
if (_debugger)
_debugger->on_frame();
+
+#endif
_vars[VAR_TMR_1] += delta;
_vars[VAR_TMR_2] += delta;