mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 01:59:21 +02:00
Minor fixes
This commit is contained in:
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…
x
Reference in New Issue
Block a user