From 973b4073c90f9b84c02fbf77535377a500e5c5a1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 12 Apr 2005 02:35:59 +0000 Subject: Sync. svn-id: r17561 --- scumm/script_v100he.cpp | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'scumm/script_v100he.cpp') diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index 63f5c5c893..dd5b7b2428 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -417,23 +417,7 @@ void ScummEngine_v100he::o100_actorOps() { a->_needBgReset = true; break; case 9: - { - int top_actor = a->_top; - int bottom_actor = a->_bottom; - a->_drawToBackBuf = true; - a->_needRedraw = true; - a->drawActorCostume(); - a->_drawToBackBuf = false; - a->_needRedraw = true; - a->drawActorCostume(); - a->_needRedraw = false; - - if (a->_top > top_actor) - a->_top = top_actor; - if (a->_bottom < bottom_actor) - a->_bottom = bottom_actor; - - } + a->drawActorToBackBuf(a->_pos.x, a->_pos.y); break; case 14: a->_charset = pop(); -- cgit v1.2.3