aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index a24fb913ea..02821df718 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1310,7 +1310,7 @@ void Scumm_v8::o8_startVideo()
warning("o8_startVideo(%s/%s)", getGameDataPath(), (char*)_scriptPointer);
- ScummRenderer * sr = new ScummRenderer(this, 1000/14);
+ ScummRenderer * sr = new ScummRenderer(this, 1000 / 12);
SmushPlayer * sp = new SmushPlayer(sr);
sp->play((char*)_scriptPointer, getGameDataPath());