fix hard to read

This commit is contained in:
Glenn Maynard
2007-04-26 16:49:49 +00:00
parent e34b60b989
commit db22d5fffd
+1 -1
View File
@@ -85,11 +85,11 @@ protected:
{ {
switch( m_SelectionState ) switch( m_SelectionState )
{ {
DEFAULT_FAIL( m_SelectionState );
case SelectionState_SelectingSong: case SelectionState_SelectingSong:
return TWO_PART_SELECTION ? SelectionState_SelectingSteps : SelectionState_Finalized; return TWO_PART_SELECTION ? SelectionState_SelectingSteps : SelectionState_Finalized;
case SelectionState_SelectingSteps: case SelectionState_SelectingSteps:
return SelectionState_Finalized; return SelectionState_Finalized;
DEFAULT_FAIL( m_SelectionState );
} }
} }