fix assorted errors and warnings (including stepmania/src being treated as a file)

This commit is contained in:
Matt Denham
2003-11-03 11:18:12 +00:00
parent 1db14cebdd
commit d87612090a
2 changed files with 49 additions and 6 deletions
+2 -1
View File
@@ -1723,7 +1723,8 @@ void ScreenEdit::HandleAreaMenuChoice( AreaMenuChoice c, int* iAnswers )
// don't move the step from where it is, just move everything later
NoteDataUtil::ShiftRows( m_NoteFieldEdit, GAMESTATE->m_fSongBeat + 0.003f, fStopLength );
}
// Hello and welcome to I FEEL STUPID :-)
break;
}
default:
ASSERT(0);