From be7f0fdba5a02e21d0cc83601a7ac478a0332906 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 31 May 2004 22:11:45 +0000 Subject: [PATCH] er, the assert is here --- stepmania/src/Player.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index fbaeef129e..ed8a8bed10 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -311,6 +311,7 @@ void PlayerMinus::Update( float fDeltaTime ) { CHECKPOINT_M( ssprintf("%i %i", col, iNumCols) ); const StyleInput StyleI( m_PlayerNumber, col ); + ASSERT(StyleI.col == col); const GameInput GameI = GAMESTATE->GetCurrentStyleDef()->StyleInputToGameInput( StyleI ); bool bIsHoldingButton = INPUTMAPPER->IsButtonDown( GameI ); // TODO: Make this work for non-human-controlled players @@ -318,8 +319,6 @@ void PlayerMinus::Update( float fDeltaTime ) m_pNoteField->SetPressed( col ); } - CHECKPOINT; - // // update HoldNotes logic //