rename m_bShowTranslations to m_bShowNative
This commit is contained in:
@@ -200,7 +200,7 @@ void ScreenSelectCourse::Input( const DeviceInput& DeviceI, InputEventType type,
|
||||
if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == SDLK_F9 )
|
||||
{
|
||||
if( type != IET_FIRST_PRESS ) return;
|
||||
PREFSMAN->m_bShowTranslations ^= 1;
|
||||
PREFSMAN->m_bShowNative ^= 1;
|
||||
m_MusicWheel.RebuildMusicWheelItems();
|
||||
Course* pCourse = m_MusicWheel.GetSelectedCourse();
|
||||
if(pCourse)
|
||||
|
||||
Reference in New Issue
Block a user