aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2016-09-26 06:44:03 +0300
committerFilippos Karapetis2016-10-03 00:34:01 +0300
commit1de9019665d8e1d2791684ae84d4ca45f652bb38 (patch)
treec66f2b66b6ca6a7e214eee150c2d5f25e267294e /engines/chewy/chewy.cpp
parent7234574370d20684263e5e4f635348d161b8ce3a (diff)
downloadscummvm-rg350-1de9019665d8e1d2791684ae84d4ca45f652bb38.tar.gz
scummvm-rg350-1de9019665d8e1d2791684ae84d4ca45f652bb38.tar.bz2
scummvm-rg350-1de9019665d8e1d2791684ae84d4ca45f652bb38.zip
CHEWY: Remove some unused CFO video custom sub chunks
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);