From 4ec4a532568f0002ef555b156813e8fa2b1814c7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 21 Feb 2004 01:51:16 +0000 Subject: [PATCH] s/UNLOCKSYS/UNLOCKMAN/ --- stepmania/src/StepMania.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 1e286e7041..6088e90ac8 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -979,7 +979,7 @@ int main(int argc, char* argv[]) CRYPTMAN = new CryptManager; // need to do this before ProfileMan MEMCARDMAN = new MemoryCardManager; PROFILEMAN = new ProfileManager; // must load after SONGMAN - UNLOCKSYS = new UnlockSystem; + UNLOCKMAN = new UnlockSystem; MODELMAN = new ModelManager; delete loading_window; // destroy this before init'ing Display @@ -1058,7 +1058,7 @@ int main(int argc, char* argv[]) SAFE_DELETE( INPUTQUEUE ); SAFE_DELETE( INPUTMAPPER ); SAFE_DELETE( INPUTFILTER ); - SAFE_DELETE( UNLOCKSYS ); + SAFE_DELETE( UNLOCKMAN ); SAFE_DELETE( MODELMAN ); SAFE_DELETE( PROFILEMAN ); // PROFILEMAN needs the songs still loaded SAFE_DELETE( CRYPTMAN );