speed up editor beat bar drawing (frame rate is not 3x as fast!)

fixed inaccurate 2k/xp video card detection
This commit is contained in:
Chris Danford
2003-02-22 00:22:27 +00:00
parent 5a4d403daf
commit 294144575c
13 changed files with 149 additions and 165 deletions
-2
View File
@@ -107,7 +107,6 @@ void ScreenSongOptions::ExportOptions()
void ScreenSongOptions::GoToPrevState()
{
SOUNDMAN->StopMusic();
if( GAMESTATE->m_bEditing )
SCREENMAN->PopTopScreen( SM_None );
else
@@ -116,7 +115,6 @@ void ScreenSongOptions::GoToPrevState()
void ScreenSongOptions::GoToNextState()
{
SOUNDMAN->StopMusic();
if( GAMESTATE->m_bEditing )
SCREENMAN->PopTopScreen();
else