mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 07:05:41 +00:00
Changed extraOffset value.
This commit is contained in:
parent
70ccd4c187
commit
522d14814f
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ CMenuManager::Draw()
|
|||
|
||||
int extraOffset = 0;
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue