From 8cbf116c6266d5b447b91f72623ceb82fe631d96 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 8 Jun 2009 15:44:11 +0000 Subject: [PATCH] (svn r16536) -Fix (r16535): W != S --- src/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewport.cpp b/src/viewport.cpp index b944a2aa4d..bf3014bdeb 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -1785,7 +1785,7 @@ static void SetSelectionTilesDirty() static const int OVERLAY_WIDTH = 4; // part of selection sprites is drawn outside the selected area - /* For halftile foundations on SLOPE_STEEP_W the sprite extents some more towards the top */ + /* For halftile foundations on SLOPE_STEEP_S the sprite extents some more towards the top */ MarkAllViewportsDirty(l - OVERLAY_WIDTH, t - OVERLAY_WIDTH - TILE_HEIGHT, r + OVERLAY_WIDTH, b + OVERLAY_WIDTH); /* haven't we reached the topmost tile yet? */