From 20893a2d23a1c807fd3b7133e5497aa95a94bdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20G=C3=B6ffringmann?= Date: Sun, 1 Jun 2003 04:34:11 +0000 Subject: [PATCH] fixed sprite animation bug. Door closes completely now. svn-id: r8226 --- sky/logic.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sky/logic.cpp b/sky/logic.cpp index 02f0e9b7b3c..57cd263064b 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -454,10 +454,6 @@ void SkyLogic::choose() { void SkyLogic::frames() { if (!_compact->sync) simpleAnim(); - - _compact->downFlag = 0; // return 'ok' to script - _compact->logic = L_SCRIPT; - logicScript(); } void SkyLogic::pause() {