[Xcode4] May as well fix switch warnings.

Still need some assistance for the linker error.
This commit is contained in:
Jason Felds
2011-07-20 11:11:04 -04:00
parent 87c16e9561
commit dbdab4759e
51 changed files with 1159 additions and 1033 deletions
+4 -3
View File
@@ -123,9 +123,10 @@ static RString NotesToDWIString( const TapNote tnCols[6] )
{
switch( tnCols[col].type )
{
case TapNote::empty:
case TapNote::mine:
continue;
case TapNote::empty:
case TapNote::mine:
continue;
default: break;
}
if( tnCols[col].type == TapNote::hold_head )