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
This commit is contained in:
Joost Peters 2004-01-20 01:13:07 +00:00
parent b8e739ae3d
commit c78bab1c62

View File

@ -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()
}