rnd-19990104-1
[rocksndiamonds.git] / src / game.c
index dc992f2573674d3a11831b92827c8434729b6167..3471f671a8e145e01f08d994ff138154a085540c 100644 (file)
@@ -3496,9 +3496,9 @@ void GameActions()
     else if (element == EL_BURNING)
       CheckForDragon(x, y);
     else if (element == EL_SP_TERMINAL)
-      DrawGraphicAnimation(x, y, GFX2_SP_TERMINAL, 7, 10, ANIM_NORMAL);
+      DrawGraphicAnimation(x, y, GFX2_SP_TERMINAL, 7, 12, ANIM_NORMAL);
     else if (element == EL_SP_TERMINAL_ACTIVE)
-      DrawGraphicAnimation(x, y, GFX2_SP_TERMINAL_ACTIVE, 7, 2, ANIM_NORMAL);
+      DrawGraphicAnimation(x, y, GFX2_SP_TERMINAL_ACTIVE, 7, 4, ANIM_NORMAL);
 
     if (SiebAktiv)
     {