Add a few akos codes

Give unknown akos codes better names
Rename actor variable
Remove hack (Use multi-version flag instead)
Another sound correction for HE games.

svn-id: r14827
This commit is contained in:
Travis Howell 2004-08-29 11:27:16 +00:00
parent 3540014e45
commit cbf5a60bab
11 changed files with 72 additions and 34 deletions

View file

@ -2922,9 +2922,9 @@ void ScummEngine_v6::o6_stampObject() {
a->scalex = state;
a->scaley = state;
a->putActor(x, y, _currentRoom);
a->actorDrawVirScr = true;
a->drawToBackBuf = true;
a->drawActorCostume();
a->actorDrawVirScr = false;
a->drawToBackBuf = false;
a->drawActorCostume();
return;
}