changeset 12122:d530190c9171 draft

(svn r16536) -Fix (r16535): W != S
author frosch <frosch@openttd.org>
date Mon, 08 Jun 2009 15:44:11 +0000
parents da26b364cc6a
children abcf75b507ec
files src/viewport.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -1785,7 +1785,7 @@
 
 		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? */