Consistency with other switch statements.

This commit is contained in:
Jason Felds
2011-02-12 01:39:53 -05:00
parent 232ef8fdf4
commit caad2f9214
+1 -3
View File
@@ -448,9 +448,7 @@ float ArrowEffects::GetXPos( const PlayerState* pPlayerState, int iColNum, float
fPixelOffsetFromCenter += fEffects[PlayerOptions::EFFECT_XMODE]*fYOffset;
}
break;
default:
ASSERT("What the hell kind of styletype are you passing me anyways?");
break;
DEFAULT_FAIL(pStyle->m_StyleType);
}
}