X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgraphics.c;h=ebf937256212cdd4ecd7f9aa1f4fea279e80209d;hb=002c075b9935dc5dc055d3a8f35b2774796fa1c4;hp=1d7e113030abba7e75b5d508eb49017e869e8ebd;hpb=77acdb46d729cd3f9893d6a91740cb058923d4cf;p=rocksndiamonds.git diff --git a/src/game_em/graphics.c b/src/game_em/graphics.c index 1d7e1130..ebf93725 100644 --- a/src/game_em/graphics.c +++ b/src/game_em/graphics.c @@ -84,6 +84,7 @@ static void animscreen(void) for (y = top; y < top + MAX_BUF_YSIZE; y++) { dy = y % MAX_BUF_YSIZE; + for (x = left; x < left + MAX_BUF_XSIZE; x++) { dx = x % MAX_BUF_XSIZE;