From a00ff1269fb423e920f51143c990a300f9e3f191 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 16 Jan 2006 03:57:12 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenOptionsMaster.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stepmania/src/ScreenOptionsMaster.cpp b/stepmania/src/ScreenOptionsMaster.cpp index 64a3f74b8f..fa7420e7b0 100644 --- a/stepmania/src/ScreenOptionsMaster.cpp +++ b/stepmania/src/ScreenOptionsMaster.cpp @@ -158,10 +158,9 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM ) SCREENMAN->ThemeChanged(); // recreate ScreenSystemLayer and SharedBGA } - /* If the theme changes, we need to reset RageDisplay to apply new theme - * window title and icon. */ - /* If the aspect ratio changes, we need to reset RageDisplay so that the - * projection matrix is re-created using the new screen dimensions. */ + /* If the theme changes, we need to reset RageDisplay to apply the new window + * title and icon. If the aspect ratio changes, we need to reset RageDisplay + * so that the projection matrix is re-created using the new screen dimensions. */ if( (m_iChangeMask & OPT_APPLY_THEME) || (m_iChangeMask & OPT_APPLY_GRAPHICS) || (m_iChangeMask & OPT_APPLY_ASPECT_RATIO) )