prefs name cleanup

This commit is contained in:
Chris Danford
2004-12-04 06:09:30 +00:00
parent 783e492b0b
commit 2b9d990e71
10 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -735,7 +735,7 @@ void ScreenSelectMusic::Input( const DeviceInput& DeviceI, InputEventType type,
if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == KEY_F9 )
{
if( type != IET_FIRST_PRESS ) return;
PREFSMAN->m_bShowNative ^= 1;
PREFSMAN->m_bShowNativeLanguage ^= 1;
m_MusicWheel.RebuildMusicWheelItems();
m_CourseContentsFrame.SetFromGameState();
return;