SHERLOCK: Rename playPrologue to play
This commit is contained in:
parent
1e2ed9e3bc
commit
42a99354f9
4 changed files with 26 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue