Minor fixes
This commit is contained in:
parent
2a2214991c
commit
0729e35b50
|
@ -40,9 +40,9 @@ SpeakTypes = {
|
||||||
}
|
}
|
||||||
|
|
||||||
SayModes = {
|
SayModes = {
|
||||||
[1] = { speakTypeDesc = 'whisper', icon = '/images/game/console/icons/whisper' },
|
[1] = { speakTypeDesc = 'whisper', icon = '/images/game/console/whisper' },
|
||||||
[2] = { speakTypeDesc = 'say', icon = '/images/game/console/icons/say' },
|
[2] = { speakTypeDesc = 'say', icon = '/images/game/console/say' },
|
||||||
[3] = { speakTypeDesc = 'yell', icon = '/images/game/console/icons/yell' }
|
[3] = { speakTypeDesc = 'yell', icon = '/images/game/console/yell' }
|
||||||
}
|
}
|
||||||
|
|
||||||
MAX_HISTORY = 1000
|
MAX_HISTORY = 1000
|
||||||
|
|
|
@ -30,6 +30,7 @@ UIMinimap::UIMinimap()
|
||||||
{
|
{
|
||||||
m_crossEnabled = true;
|
m_crossEnabled = true;
|
||||||
m_zoom = 0;
|
m_zoom = 0;
|
||||||
|
m_scale = 1.0f;
|
||||||
m_minZoom = -5;
|
m_minZoom = -5;
|
||||||
m_maxZoom = 5;
|
m_maxZoom = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue