From 8355ad4b76b5e879a87aa98fece950cddd82eee9 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 24 Nov 2019 01:58:27 +0100 Subject: [PATCH] ZoneCodeGenerator: Fix const char strings not being registered as strings yet in the commands file --- src/ZoneCode/Game/T6/T6_Commands.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index 238e5f07..de53b8d6 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -505,6 +505,16 @@ set condition internals::floatVal dataType == VAL_FLOAT; set condition internals::string dataType == VAL_STRING; set condition internals::dvar never; +// multiDef_s +use multiDef_s; +set string dvarList; +set string dvarStr; + +// profileMultiDef_s +use profileMultiDef_s; +set string profileVarList; +set string profileVarStr; + // ========================================= // LocalizeEntry // ========================================= @@ -520,6 +530,9 @@ use WeaponVariantDef; set string szInternalName; set name szInternalName; +use WeaponDef; +set string accuracyGraphName; + // ========================================= // WeaponAttachment // =========================================