Added new screen for internal sound volume adjustment. Also, at the request of several people, I moved the `Config Key/Joy' entry into the OPTIONS/OPERATOR menu.. I was told, and agree, that it seems more appropriate to have it in there instead

This commit is contained in:
Kevin Slaughter
2003-02-19 10:58:32 +00:00
parent 197c98b75b
commit 1141e886b8
12 changed files with 187 additions and 36 deletions
+3 -1
View File
@@ -253,7 +253,9 @@ void ScreenMapControllers::HandleScreenMessage( const ScreenMessage SM )
switch( SM )
{
case SM_GoToNextScreen:
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
//SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
/* At request, moved this into the options/operator menu -- Miryokuteki */
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
break;
}
}