From 08ca2ff931bbbc202a8b7881814a614f7ced6025 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 2 Apr 2003 21:57:25 +0000 Subject: [PATCH] init NoteFieldPositioning --- stepmania/src/ScreenGameplay.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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();