X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmisc.c;h=c037e95941d416eaa5ea8a50d60d59bc5afd1686;hp=9c6d93b18618d4b6e87b9927f5fe40d5bb2a3586;hb=f9a30d8f0565691424cc9fd2643a50a176dae903;hpb=ef86a9fafe44eeffdda3a301ca4a2f586602f481 diff --git a/src/misc.c b/src/misc.c index 9c6d93b1..c037e959 100644 --- a/src/misc.c +++ b/src/misc.c @@ -196,11 +196,10 @@ void MarkTileDirty(int x, int y) int yy = redraw_y1 + y; if (!redraw[xx][yy]) - { - redraw[xx][yy] = TRUE; redraw_tiles++; - redraw_mask |= REDRAW_TILES; - } + + redraw[xx][yy] = TRUE; + redraw_mask |= REDRAW_TILES; } void GetOptions(char *argv[])