summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-01 18:45:40 +0000
committerrubidium <rubidium@openttd.org>2010-01-01 18:45:40 +0000
commitb2e9b5d612a879097587b05ed2c53c19c70d84a6 (patch)
treeb3dec8b7dc6f7bd35e4b6dbb4e500c0ba2290ab0 /src/viewport.cpp
parent115b20774540589572d45de3fdc7743ea4626f13 (diff)
downloadopenttd-b2e9b5d612a879097587b05ed2c53c19c70d84a6.tar.xz
(svn r18683) -Fix: it's not an other
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp
index 313a2d376..2e7753b44 100644
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -1186,7 +1186,7 @@ void ViewportSign::UpdatePosition(int center, int top, StringID str)
*/
void ViewportSign::MarkDirty() const
{
- /* We use ZOOM_LVL_MAX here, as every viewport can have an other zoom,
+ /* We use ZOOM_LVL_MAX here, as every viewport can have another zoom,
* and there is no way for us to know which is the biggest. So make the
* biggest area dirty, and we are safe for sure.
* We also add 1 to make sure the whole thing is redrawn. */