From 9a4d1683c996220f911e5b2c84f01c7e508e90f1 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 4 Oct 2013 17:07:59 +0200 Subject: AVALANCHE: Remove code commented in the original but not in the engine. --- engines/avalanche/animation.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/engines/avalanche/animation.cpp b/engines/avalanche/animation.cpp index f415d9006c..3af3295937 100644 --- a/engines/avalanche/animation.cpp +++ b/engines/avalanche/animation.cpp @@ -103,16 +103,12 @@ void AnimationType::init(byte spritenum, bool doCheck, Animation *anim) { } _animCount++; - CursorMan.showMouse(true); _x = 0; _y = 0; _quick = true; _visible = false; _speedX = 3; _speedY = 1; - if (spritenum == 1) - _anim->updateSpeed(); // Just for the lights. - _homing = false; _moveX = 0; _moveY = 0; -- cgit v1.2.3