General cleanup.

This commit is contained in:
Jason Felds
2006-08-18 02:41:55 +00:00
parent 7b003d371a
commit bf548b5e89
+2 -2
View File
@@ -119,7 +119,7 @@ public:
return 1;
}
static void Register(lua_State *L)
static void Register( lua_State *L )
{
ADD_METHOD( GetSong );
@@ -185,7 +185,7 @@ PlayMode Course::GetPlayMode() const
case COURSE_TYPE_ONI: return PLAY_MODE_ONI;
case COURSE_TYPE_SURVIVAL: return PLAY_MODE_ONI;
case COURSE_TYPE_NONSTOP: return PLAY_MODE_NONSTOP;
default: ASSERT(0); return PLAY_MODE_INVALID;
default: ASSERT(0); return PLAY_MODE_INVALID;
}
}