we give a warning about this earlier, so let's not die because of it here

This commit is contained in:
Glenn Maynard
2004-04-28 23:36:18 +00:00
parent 73271fa3d2
commit 4044ec4073
+1 -1
View File
@@ -64,7 +64,7 @@ void DifficultyIcon::SetFromDifficulty( PlayerNumber pn, Difficulty dc )
{
case NUM_DIFFICULTIES: SetState( dc ); break;
case NUM_DIFFICULTIES*2: SetState( dc*2+pn ); break;
default: FAIL_M( ssprintf( "%s: %i", this->GetID().c_str(), GetNumStates()) );
default: m_bBlank = true; break;
}
}