Transition away from Screen(sName).

This commit is contained in:
Glenn Maynard
2006-01-15 19:18:57 +00:00
parent 40ce1c2356
commit 1c5b3c9002
15 changed files with 30 additions and 45 deletions
+2
View File
@@ -469,6 +469,7 @@ void ScreenGameplay::Init()
fPlayerX = SCREEN_CENTER_X;
pi->m_pPlayer->SetXY( fPlayerX, SCREEN_CENTER_Y );
ON_COMMAND( pi->m_pPlayer );
this->AddChild( pi->m_pPlayer );
}
@@ -1033,6 +1034,7 @@ void ScreenGameplay::SetupSong( int iSongIndex )
// UGLY: Force updating the BeatToNoteSkin mapping and cache NoteSkins now, or else
// we'll do it on the first update and skip.
// XXX remove?
pi->m_pPlayer->ApplyWaitingTransforms();
/* Update attack bOn flags. */