From 0729e35b50da937a6c56f2bc4443192c99d45f3a Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Mon, 21 Jan 2013 14:15:22 -0200 Subject: [PATCH] Minor fixes --- modules/game_console/console.lua | 6 +++--- src/client/uiminimap.cpp | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/game_console/console.lua b/modules/game_console/console.lua index c4909312..5038636a 100644 --- a/modules/game_console/console.lua +++ b/modules/game_console/console.lua @@ -40,9 +40,9 @@ SpeakTypes = { } SayModes = { - [1] = { speakTypeDesc = 'whisper', icon = '/images/game/console/icons/whisper' }, - [2] = { speakTypeDesc = 'say', icon = '/images/game/console/icons/say' }, - [3] = { speakTypeDesc = 'yell', icon = '/images/game/console/icons/yell' } + [1] = { speakTypeDesc = 'whisper', icon = '/images/game/console/whisper' }, + [2] = { speakTypeDesc = 'say', icon = '/images/game/console/say' }, + [3] = { speakTypeDesc = 'yell', icon = '/images/game/console/yell' } } MAX_HISTORY = 1000 diff --git a/src/client/uiminimap.cpp b/src/client/uiminimap.cpp index 47ec8e41..37a91758 100644 --- a/src/client/uiminimap.cpp +++ b/src/client/uiminimap.cpp @@ -30,6 +30,7 @@ UIMinimap::UIMinimap() { m_crossEnabled = true; m_zoom = 0; + m_scale = 1.0f; m_minZoom = -5; m_maxZoom = 5; }