From 6ca8fbd3c2fe58e0701ffc5e3da561e7e45a50ff Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 31 May 2004 22:34:20 +0000 Subject: [PATCH] Remove ASSERT. --- stepmania/src/Player.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index ed8a8bed10..4c13d5e342 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -311,7 +311,6 @@ 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