Minor fixes

This commit is contained in:
Eduardo Bart
2013-01-21 14:15:22 -02:00
parent 2a2214991c
commit 0729e35b50
2 changed files with 4 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ UIMinimap::UIMinimap()
{
m_crossEnabled = true;
m_zoom = 0;
m_scale = 1.0f;
m_minZoom = -5;
m_maxZoom = 5;
}