diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 2a34c32b40..aedfe7405c 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -664,6 +664,7 @@ void ScreenSelectMusic::Input( const DeviceInput& DeviceI, InputEventType type, // LOG->Trace( "ScreenSelectMusic::Input()" ); // debugging? + // I just like being able to see untransliterated titles occasionally. if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == SDLK_F9 ) { if( type != IET_FIRST_PRESS ) return;