summaryrefslogtreecommitdiff
path: root/src/viewport_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-05-07 20:39:00 +0000
committeralberth <alberth@openttd.org>2010-05-07 20:39:00 +0000
commit8d1d4267afccf29d298485fca1251bd1c341158c (patch)
tree4894e11c3b1d2a93443f3364e3ccc8d9098ed1ed /src/viewport_func.h
parentd822b2969bad3bfe2519e6ff673557ee8d58c36c (diff)
downloadopenttd-8d1d4267afccf29d298485fca1251bd1c341158c.tar.xz
(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore).
Diffstat (limited to 'src/viewport_func.h')
-rw-r--r--src/viewport_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewport_func.h b/src/viewport_func.h
index 027f9c165..dbe965d4f 100644
--- a/src/viewport_func.h
+++ b/src/viewport_func.h
@@ -18,6 +18,8 @@
#include "window_type.h"
#include "tile_type.h"
+static const int TILE_HEIGHT_STEP = 50; ///< One Z unit tile height difference is displayed as 50m.
+
void SetSelectionRed(bool);
void DeleteWindowViewport(Window *w);