debug
This commit is contained in:
@@ -59,7 +59,7 @@ void DifficultyIcon::SetFromDifficulty( PlayerNumber pn, Difficulty dc )
|
||||
{
|
||||
case NUM_DIFFICULTIES: SetState( dc ); break;
|
||||
case NUM_DIFFICULTIES*2: SetState( dc*2+pn ); break;
|
||||
default: ASSERT(0);
|
||||
default: FAIL_M( ssprintf( "%s: %i", this->GetID().c_str(), GetNumStates()) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user