aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/chewy.cpp')
-rw-r--r--engines/chewy/chewy.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/chewy/chewy.cpp b/engines/chewy/chewy.cpp
index b2b8cd1b22..e5dd7ec265 100644
--- a/engines/chewy/chewy.cpp
+++ b/engines/chewy/chewy.cpp
@@ -72,6 +72,11 @@ Common::Error ChewyEngine::run() {
initialize();
+ /*for (uint i = 0; i < 161; i++) {
+ debug("Video %d", i);
+ _graphics->playVideo(i);
+ }*/
+
//_graphics->playVideo(0);
_graphics->drawImage("episode1.tgp", 0);
//_sound->playSpeech(1);