add TODO comments

This commit is contained in:
Chris Danford
2007-02-22 07:09:29 +00:00
parent 23851388b9
commit 59df866348
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -2402,6 +2402,8 @@ StepsType GameManager::StringToStepsType( RString sStepsType )
{
sStepsType.MakeLower();
// TODO: Format specific hacks should be moved into the file loader for that format.
// HACK! We elminitated "ez2-single-hard", but we should still handle it.
if( sStepsType == "ez2-single-hard" )
sStepsType = "ez2-single";