From fddeeb5e49f5daee49d79210dcfa1c845ff4a0d5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Oct 2014 18:26:54 +0000 Subject: (svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII characters, e.g. @þaram to @param MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport.cpp') diff --git a/src/viewport.cpp b/src/viewport.cpp index 76cc19d45..7757d504e 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -2049,7 +2049,7 @@ static inline int ClampXYToMap(Point &curr_tile, int &iter, int iter_limit, int /* * First get an estimate of the tiles relevant for us at that edge. Relevant in the sense - * "at least close to the visible area".Thus, we don´t look at exactly each tile, inspecting + * "at least close to the visible area". Thus, we don't look at exactly each tile, inspecting * e.g. every tenth should be enough. After all, the desired screen limit is set such that * the bordermost tiles are painted in the middle of the screen when one hits the limit, * i.e. it is no harm if there is some small error in that calculation -- cgit v1.2.3-54-g00ecf