aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui32/gui32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui32/gui32.cpp')
-rw-r--r--engines/sci/gui32/gui32.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/gui32/gui32.cpp b/engines/sci/gui32/gui32.cpp
index 261d4fca98..66b8bc696a 100644
--- a/engines/sci/gui32/gui32.cpp
+++ b/engines/sci/gui32/gui32.cpp
@@ -461,11 +461,6 @@ void SciGui32::wait(int16 ticks) {
ticks *= g_debug_sleeptime_factor;
gfxop_sleep(_s->gfx_state, ticks * 1000 / 60);
-
-
- // Reset speed throttler: Game is playing along nicely anyway
- if (ticks > 0)
- _s->speedThrottler->reset();
}
void SciGui32::setPort(uint16 portPtr) {