[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
+5 -4
View File
@@ -200,10 +200,11 @@ void ScreenTextEntry::Input( const InputEventPlus &input )
{
switch( input.type )
{
case IET_FIRST_PRESS:
case IET_REPEAT:
BackspaceInAnswer();
break;
case IET_FIRST_PRESS:
case IET_REPEAT:
BackspaceInAnswer();
default:
break;
}
}
else if( input.type == IET_FIRST_PRESS )