Added new unlock system, disabled by default

This commit is contained in:
Kevin Slaughter
2003-05-09 05:56:05 +00:00
parent 6150d3f2c2
commit fd02bce784
16 changed files with 258 additions and 7 deletions
+3
View File
@@ -347,6 +347,9 @@ int main(int argc, char* argv[])
"(Advanced: To allow use of the software renderer, set 'AllowSoftwareRenderer=1' "
"in StepMania.ini)" );
/* Load the unlocks into memory */
GAMESTATE->UnlockingSys.LoadFromDATFile("Data/Unlocks.dat");
/* Run the main loop. */
GameLoop();