aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.cpp')
-rw-r--r--engines/macventure/macventure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index 8b947d5790..beee71aae5 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -634,8 +634,8 @@ void MacVentureEngine::playSounds(bool pause) {
}
}
if (pause && delay > 0) {
- warning("Sound pausing not yet tested. Pausing for %d", delay * 1000);
- g_system->delayMillis(delay * 1000);
+ warning("Sound pausing not yet tested. Pausing for %d", delay);
+ g_system->delayMillis(delay);
preparedToRun();
}
}