X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=3471f671a8e145e01f08d994ff138154a085540c;hp=dc992f2573674d3a11831b92827c8434729b6167;hb=209871b6f17880f98d41cf7d7953f6bf2227a16c;hpb=67758fda340e825f188fc6a4caad03381bf031dc diff --git a/src/game.c b/src/game.c index dc992f25..3471f671 100644 --- a/src/game.c +++ b/src/game.c @@ -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) {