mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
now more match dissassembly
svn-id: r10416
This commit is contained in:
parent
f18b4addb8
commit
a84f204b72
@ -1761,8 +1761,9 @@ void Scumm_v6::o6_actorOps() {
|
||||
a->needRedraw = 1;
|
||||
a->drawActorCostume();
|
||||
// a->_zbuf = 0; ???
|
||||
a->needRedraw = 0;
|
||||
a->needRedraw = 1;
|
||||
a->drawActorCostume();
|
||||
a->needRedraw = 0;
|
||||
|
||||
if (a->top > top_actor) {
|
||||
a->bottom = top_actor;
|
||||
|
Loading…
Reference in New Issue
Block a user