aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v8.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 84795777ca..a6ca6cdf91 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1308,9 +1308,9 @@ void Scumm_v8::o8_startVideo()
warning("o8_startVideo(%s/%s)", getGameDataPath(), (char*)_scriptPointer);
- //ScummRenderer * sr = new ScummRenderer(this, 1000/14);
- //SmushPlayer * sp = new SmushPlayer(sr);
- //sp->play((char*)_scriptPointer, getGameDataPath());
+ ScummRenderer * sr = new ScummRenderer(this, 1000/14);
+ SmushPlayer * sp = new SmushPlayer(sr);
+ sp->play((char*)_scriptPointer, getGameDataPath());
_scriptPointer += len + 1;
}