Fix for bug #860823 (ZAK: Actors not updating)

svn-id: r11719
This commit is contained in:
Max Horn 2003-12-17 17:35:40 +00:00
parent 3364949c82
commit 8d5d770092

View File

@ -1162,6 +1162,7 @@ void ScummEngine_v2::o2_setActorElevation() {
Actor *a = derefActor(act, "o2_setActorElevation");
a->elevation = elevation * 2;
a->needRedraw = true;
}
void ScummEngine_v2::o2_animateActor() {