From 3839b22f71d4b8273cff1a85328ecc990d63eb9f Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 10 Nov 2019 22:14:36 +0100 Subject: [PATCH] ZoneCodeGenerator: Fix invalid string commands for PhysConstraints and DestructibleDef --- src/ZoneCode/Game/T6/T6_Commands.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index bb47feb9..69f5e21f 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -73,10 +73,11 @@ set count pieces numpieces; set string PhysPreset::name; // ========================================= -// PhysConstraint +// PhysConstraints // ========================================= +set string PhysConstraints::name; + use PhysConstraint; -set string name; set scriptstring targetname; set scriptstring target_ent1; set scriptstring target_ent2; @@ -84,8 +85,9 @@ set scriptstring target_ent2; // ========================================= // DestructibleDef // ========================================= +use DestructibleDef; set string name; -set count DestructibleDef::pieces numPieces; +set count pieces numPieces; // DestructiblePiece set scriptstring DestructiblePiece::enableLabel;