now more match dissassembly

svn-id: r10416
This commit is contained in:
Paweł Kołodziejski 2003-09-26 17:33:58 +00:00
parent f18b4addb8
commit a84f204b72

View File

@ -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;