diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 0a6e617d21..81106aa571 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -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; pm_Position[p]->LoadFromStyleDef(GAMESTATE->GetCurrentStyleDef(), (PlayerNumber)p); + } + /* LoadNextSong first, since that positions some elements which need to be * positioned before we TweenOnScreen. */ LoadNextSong();