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:
parent
441ad35080
commit
a2a497a46f
4 changed files with 11 additions and 14 deletions
|
@ -1762,6 +1762,7 @@ void Scumm::o6_actorSet() {
|
|||
}
|
||||
|
||||
a = derefActorSafe(_curActor, "o6_actorSet");
|
||||
if (!a) return;
|
||||
|
||||
switch(b) {
|
||||
case 76: /* actor-costume */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue