init NoteFieldPositioning

This commit is contained in:
Glenn Maynard
2003-04-02 21:57:25 +00:00
parent 58c80f3177
commit 08ca2ff931
+6
View File
@@ -31,6 +31,7 @@
#include "ThemeManager.h"
#include "RageTimer.h"
#include "ScoreKeeperMAX2.h"
#include "NoteFieldPositioning.h"
#include "LyricsLoader.h"
@@ -450,6 +451,11 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration )
}
for( p=0; p<NUM_PLAYERS; p++ )
{
GAMESTATE->m_Position[p]->LoadFromStyleDef(GAMESTATE->GetCurrentStyleDef(), (PlayerNumber)p);
}
/* LoadNextSong first, since that positions some elements which need to be
* positioned before we TweenOnScreen. */
LoadNextSong();