X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=05d2610d5ce7ec003a93db7e1864334dbcdb4dbb;hb=20ac4856f1acb923be1793a0e9060987f15a1295;hp=b1c832c04e6f839302880dc74e8c9f30c04d5bc3;hpb=673c51c61ad415fbdb1a69148fa67dfbeb0afcae;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index b1c832c0..05d2610d 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1107,7 +1107,9 @@ void DrawScreenElementExt(int x, int y, int dx, int dy, int element, else if ((element == EL_FELSBROCKEN || element == EL_SP_ZONK || element == EL_BD_ROCK || - IS_GEM(element)) && !cut_mode) + element == EL_SP_INFOTRON || + IS_GEM(element)) + && !cut_mode) { if (uy >= lev_fieldy-1 || !IS_BELT(Feld[ux][uy+1])) {