SHERLOCK: Rename playPrologue to play

This commit is contained in:
Paul Gilbert 2015-05-01 16:53:22 -10:00
parent 1e2ed9e3bc
commit 42a99354f9
4 changed files with 26 additions and 26 deletions

View file

@ -64,7 +64,7 @@ static const int NO_FRAMES = FRAMES_END;
Animation::Animation(SherlockEngine *vm): _vm(vm) {
}
bool Animation::playPrologue(const Common::String &filename, int minDelay, int fade,
bool Animation::play(const Common::String &filename, int minDelay, int fade,
bool setPalette, int speed) {
Events &events = *_vm->_events;
Screen &screen = *_vm->_screen;