Compile fix for the rename.

This commit is contained in:
Sean Burke
2003-07-21 23:52:01 +00:00
parent d0502bfddb
commit ccfe10c660
+1 -1
View File
@@ -153,7 +153,7 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration ) : Screen("ScreenGameplay")
m_asModifiersQueue[p].clear();
for( unsigned c=0; c<ci.size(); ++c )
{
m_apNotesQueue[p].push_back( ci[c].Notes );
m_apNotesQueue[p].push_back( ci[c].pNotes );
m_asModifiersQueue[p].push_back( ci[c].Modifiers );
}
}