From 0192c7eecdee7e7f40d07b9621f96049826935db Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 2 Feb 2013 17:55:01 -0500 Subject: [PATCH] Fix rename fail --- Sources/Plasma/PubUtilLib/plResMgr/plRegistryKeyList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/PubUtilLib/plResMgr/plRegistryKeyList.cpp b/Sources/Plasma/PubUtilLib/plResMgr/plRegistryKeyList.cpp index 2daca544..0367ebed 100644 --- a/Sources/Plasma/PubUtilLib/plResMgr/plRegistryKeyList.cpp +++ b/Sources/Plasma/PubUtilLib/plResMgr/plRegistryKeyList.cpp @@ -79,7 +79,7 @@ plKeyImp* plRegistryKeyList::FindKey(const plUoid& uoid) const if (objectID <= fKeys.size()) { #ifdef PLASMA_EXTERNAL_RELEASE - return fStaticKeys[objectID-1]; + return fKeys[objectID-1]; #else // If this is an internal release, our objectIDs might not match // because of local data. Verify that we have the right key by