Fixed the actor crash bug properly. NOTE: This -will- break ALL saved games

made with previous versions.

svn-id: r3648
This commit is contained in:
James Brown 2002-03-05 16:13:09 +00:00
parent 441ad35080
commit a2a497a46f
4 changed files with 11 additions and 14 deletions

View file

@ -1762,6 +1762,7 @@ void Scumm::o6_actorSet() {
}
a = derefActorSafe(_curActor, "o6_actorSet");
if (!a) return;
switch(b) {
case 76: /* actor-costume */