fix Can't use turns as battle attacks

This commit is contained in:
Glenn Maynard
2003-12-16 04:35:43 +00:00
parent be2c0d121b
commit 321105c0d3
3 changed files with 73 additions and 57 deletions
-2
View File
@@ -402,8 +402,6 @@ void PlayerMinus::Update( float fDeltaTime )
* notes. CopyRange below converts through 4s, which means the hold note
* array will be reconstructed; if hold notes end up in a different order,
* they won't align with this->m_HoldNoteScores. */
if( po.m_Turn != PlayerOptions::TURN_NONE )
RageException::Throw("Can't use turns as battle attacks");
if( po.m_bTransforms[PlayerOptions::TRANSFORM_NOHOLDS] )
RageException::Throw("Can't use NoHolds as a battle attack");
if( po.m_bTransforms[PlayerOptions::TRANSFORM_NOMINES] )