mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 05:00:00 +00:00
Changed extraOffset value.
This commit is contained in:
parent
70ccd4c187
commit
522d14814f
|
@ -1127,7 +1127,7 @@ CMenuManager::Draw()
|
||||||
|
|
||||||
int extraOffset = 0;
|
int extraOffset = 0;
|
||||||
if (aScreens[m_nCurrScreen].m_aEntries[rowToCheck].m_Action == MENUACTION_RADIO)
|
if (aScreens[m_nCurrScreen].m_aEntries[rowToCheck].m_Action == MENUACTION_RADIO)
|
||||||
extraOffset = (int) 60.0f;
|
extraOffset = MENURADIO_ICON_SCALE;
|
||||||
|
|
||||||
// There were many unused codes in here to calculate how much space will texts gonna take.
|
// There were many unused codes in here to calculate how much space will texts gonna take.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue