Fixed preferred difficulty on select music screen and fixed transforms for TurnTypes

This commit is contained in:
Chris Danford
2002-08-01 20:30:40 +00:00
parent 4c12a0921b
commit 2d4eb7baff
16 changed files with 248 additions and 211 deletions
+5 -3
View File
@@ -1,11 +1,12 @@
#include "stdafx.h"
/*
-----------------------------------------------------------------------------
File: ScreenSongOptions.h
Class: ScreenSongOptions
Desc: Select a song.
Desc: See header.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
@@ -21,6 +22,7 @@
#include "ScreenPlayerOptions.h"
#include "RageLog.h"
#include "GameState.h"
#include "ScreenStage.h"
enum {
@@ -112,7 +114,7 @@ void ScreenSongOptions::GoToNextState()
{
MUSIC->Stop();
SCREENMAN->SetNewScreen( new ScreenGameplay );
SCREENMAN->SetNewScreen( new ScreenStage );
}