Skip to content

Commit

Permalink
Replace "_G" to GlobalNamespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Dec 6, 2015
1 parent 2a81def commit e948ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrScriptEngine/script_engine_inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ IC void CScriptEngine::parse_script_namespace(LPCSTR function_to_call, LPSTR nam
if (!I)
break;
}
xr_strcpy(name_space, namespace_size, "_G");
xr_strcpy(name_space, namespace_size, GlobalNamespace);
if (!J)
xr_strcpy(function, function_size, function_to_call);
else
Expand Down

0 comments on commit e948ea5

Please sign in to comment.