s/UNLOCKSYS/UNLOCKMAN/

This commit is contained in:
Glenn Maynard
2004-02-21 01:06:35 +00:00
parent 7cbd73345c
commit 1421f168db
12 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -110,6 +110,6 @@ private:
set<int> m_RouletteCodes; // "codes" which are available in roulette and which unlock if rouletted
};
extern UnlockSystem* UNLOCKSYS; // global and accessable from anywhere in program
extern UnlockSystem* UNLOCKMAN; // global and accessable from anywhere in program
#endif