Skip to content

Commit

Permalink
use correct function ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jK committed Jul 30, 2011
1 parent b051b75 commit 27edcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Lua/LuaHandleSynced.cpp
Expand Up @@ -151,7 +151,7 @@ void CLuaHandleSynced::Init(const string& syncedFile,
return;
}

CLuaHandle* origHandle = GetActiveHandle();
CLuaHandle* origHandle = CLuaHandle::GetActiveHandle();
SetActiveHandle(L);

SetAllowChanges(true, true);
Expand Down

0 comments on commit 27edcb5

Please sign in to comment.