mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
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:
parent
b8e739ae3d
commit
c78bab1c62
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user