clearMsgQueue now just is a synonym for stopTalk -> remove it

svn-id: r13300
This commit is contained in:
Max Horn 2004-03-15 03:24:29 +00:00
parent e1b25fb721
commit ac11c62312
5 changed files with 4 additions and 10 deletions

View file

@ -1649,7 +1649,7 @@ void ScummEngine_v5::o5_putActorInRoom() {
a = derefActor(act, "o5_putActorInRoom");
if (a->visible && _currentRoom != room && talkingActor() == a->number) {
clearMsgQueue();
stopTalk();
}
a->room = room;
if (!room)