(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore).

This commit is contained in:
alberth
2010-05-07 20:39:00 +00:00
parent a3a8429531
commit 14d545e902
3 changed files with 6 additions and 4 deletions

View File

@@ -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);