From bec6978d60641271aa42cdd3f4c89cdb832ed699 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jan 2006 19:34:16 +0000 Subject: [PATCH] accidental commit --- stepmania/src/ScreenGameplay.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index f9749937c8..8fd748316c 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -469,7 +469,6 @@ 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 ); } @@ -1034,7 +1033,6 @@ 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. */