mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Removed obsolete warning message from fnPlaySequence().
svn-id: r13195
This commit is contained in:
parent
02c70180fa
commit
de848a5d80
@ -931,7 +931,6 @@ int Logic::fnPlaySequence(Object *cpt, int32 id, int32 sequenceId, int32 d, int3
|
||||
// etc.
|
||||
};
|
||||
|
||||
warning("fnPlaySequence(%d) called", sequenceId);
|
||||
MoviePlayer player(_screen, _mixer, _system);
|
||||
|
||||
player.play(sequence_list[sequenceId]);
|
||||
|
Loading…
Reference in New Issue
Block a user