Updated TLK for PRC8 update

Updated TLK for PRC8 update.  Added placeable house blueprints.  Updated NWNxEE.  Full compile.
This commit is contained in:
Jaysyn904
2024-08-31 20:38:17 -04:00
parent 8a5d80a2ea
commit 37b68cf6b6
1458 changed files with 27093 additions and 4211 deletions

View File

@@ -41,12 +41,12 @@ void NWNX_Profiler_PushPerfScope(string name, string tag0_tag = "", string tag0_
{
string sFunc = "PushPerfScope";
NWNX_PushArgumentString(NWNX_Profiler, sFunc, name);
NWNX_PushArgumentString(name);
if (tag0_value != "" && tag0_tag != "")
{
NWNX_PushArgumentString(NWNX_Profiler, sFunc, tag0_value);
NWNX_PushArgumentString(NWNX_Profiler, sFunc, tag0_tag);
NWNX_PushArgumentString(tag0_value);
NWNX_PushArgumentString(tag0_tag);
}
NWNX_CallFunction(NWNX_Profiler, sFunc);