just some comments and such
This commit is contained in:
@@ -761,6 +761,7 @@ void GameState::FinishStage()
|
|||||||
LOG->Trace( "awarded extra stage" );
|
LOG->Trace( "awarded extra stage" );
|
||||||
FOREACH_HumanPlayer( p )
|
FOREACH_HumanPlayer( p )
|
||||||
{
|
{
|
||||||
|
// todo: unhardcode the extra stage limit? -aj
|
||||||
if( m_iAwardedExtraStages[p] < 2 )
|
if( m_iAwardedExtraStages[p] < 2 )
|
||||||
{
|
{
|
||||||
++m_iAwardedExtraStages[p];
|
++m_iAwardedExtraStages[p];
|
||||||
|
|||||||
+2
-3
@@ -657,9 +657,8 @@ static MenuDef g_CourseMode(
|
|||||||
MenuRowDef( -1, "Play mods from course", true, EditMode_Practice, true, false, 0, NULL )
|
MenuRowDef( -1, "Play mods from course", true, EditMode_Practice, true, false, 0, NULL )
|
||||||
);
|
);
|
||||||
|
|
||||||
// HACK: need to remember the track we're inserting on so
|
// HACK: need to remember the track we're inserting on so that we can lay the
|
||||||
// that we can lay the attack note after coming back from
|
// attack note after coming back from menus.
|
||||||
// menus.
|
|
||||||
static int g_iLastInsertTapAttackTrack = -1;
|
static int g_iLastInsertTapAttackTrack = -1;
|
||||||
static float g_fLastInsertAttackDurationSeconds = -1;
|
static float g_fLastInsertAttackDurationSeconds = -1;
|
||||||
static float g_fLastInsertAttackPositionSeconds = -1;
|
static float g_fLastInsertAttackPositionSeconds = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user