diff options
author | Joost Peters | 2004-01-20 01:13:07 +0000 |
---|---|---|
committer | Joost Peters | 2004-01-20 01:13:07 +0000 |
commit | c78bab1c6288603f82a04bf4296b32e2b1d97a8c (patch) | |
tree | 6bd78ca3e22d42f88f1cebc82645288296896949 /queen | |
parent | b8e739ae3d6d6e3ee61b5c1e67e29ee13c60410c (diff) | |
download | scummvm-rg350-c78bab1c6288603f82a04bf4296b32e2b1d97a8c.tar.gz scummvm-rg350-c78bab1c6288603f82a04bf4296b32e2b1d97a8c.tar.bz2 scummvm-rg350-c78bab1c6288603f82a04bf4296b32e2b1d97a8c.zip |
AFAICT this is only used for caching in the original, which we don't care much about - seeing how rarely it's used.
svn-id: r12531
Diffstat (limited to 'queen')
-rw-r--r-- | queen/cutaway.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index 4a85c6ca94..c9fc931061 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -735,14 +735,6 @@ byte *Cutaway::handleAnimation(byte *ptr, CutawayObject &object) { if (objAnim[i].song > 0) _vm->sound()->playSong(objAnim[i].song); - // Load but don't play - if(objAnim[i].song < 0) { - // XXX loadnoplay=1; - // XXX playsong(abs(OBJ_ANIM[J][11])); - // XXX loadnoplay=0; - warning("Cutaway::handleAnimation() song %d not handled", ABS(objAnim[i].song)); - } - } // for() } |