Minor fixes

master
Eduardo Bart 11 years ago
parent 2a2214991c
commit 0729e35b50

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

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

Loading…
Cancel
Save