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:
parent
3540014e45
commit
cbf5a60bab
11 changed files with 72 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue