Fix autoplay weirdness in editor

This commit is contained in:
Glenn Maynard
2003-06-25 05:35:14 +00:00
parent 17e111815d
commit 3ca9b23f40
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ void Player::Load( PlayerNumber pn, NoteData* pNoteData, LifeMeter* pLM, ScoreDi
m_pScore = pScore;
m_pInventory = pInventory;
m_pScoreKeeper = pScoreKeeper;
m_iRowLastCrossed = -1;
m_iRowLastCrossed = BeatToNoteRowNotRounded( GAMESTATE->m_fSongBeat ) - 1;
// m_iRowLastCrossed = -1;
/* Ensure that this is up-to-date. */
GAMESTATE->m_pPosition->Load(pn);