1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Only validate FixedKeys in debug builds

This commit is contained in:
2013-05-24 17:34:38 -04:00
parent e3fa96ba60
commit 09f9380073

View File

@ -126,10 +126,10 @@ plKeySeed SeedList[] = {
#undef _TCFL
#ifdef HS_DEBUGGING
//// plFixedKeyValidator /////////////////////////////////////////////////////
// Static class that validates the fixed key list on startup, to make sure
// you didn't mess up the array.
class plFixedKeyValidator
{
private:
@ -157,6 +157,7 @@ class plFixedKeyValidator
};
plFixedKeyValidator plFixedKeyValidator::fValidator;
#endif
//// The plUoid Fixed-Key Constructor ////////////////////////////////////////
// Put here because a) it's fixedKey dependant and b) it ensures that this