rename m_bShowTranslations to m_bShowNative

This commit is contained in:
Glenn Maynard
2003-05-20 04:41:47 +00:00
parent d11e177327
commit e4fb1f2440
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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)