This commit is contained in:
Glenn Maynard
2004-04-06 04:04:47 +00:00
parent be6a396bab
commit b1429e6f44
+1 -1
View File
@@ -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()) );
}
}