This commit is contained in:
Glenn Maynard
2005-09-10 23:47:10 +00:00
parent a450acf26c
commit f61f5ddfed
2 changed files with 5 additions and 10 deletions
+5
View File
@@ -5,6 +5,11 @@
#include "Steps.h"
#include "song.h"
/*
* Arcade: for the current stage (one song).
* Nonstop/Oni/Endless: for current course (which usually contains multiple songs)
*/
StageStats::StageStats()
{
playMode = PLAY_MODE_INVALID;
-10
View File
@@ -48,16 +48,6 @@ public:
void PushSelf( lua_State *L );
};
/*
* This was in GameState, but GameState.h is used by tons of files, and this object
* is only used by 20 or so.
*
* Stage Statistics:
* Arcade: for the current stage (one song).
* Nonstop/Oni/Endless: for current course (which usually contains multiple songs)
*/
#endif
/*