Skip to content

Commit 720acd6

Browse files
committed
Consolidated IF blocks in Node1101 in vccasidy.ssl
1 parent 3da73a1 commit 720acd6

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

scripts_src/valtcity/vccasidy.ssl

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -770,22 +770,17 @@ end
770770

771771
// Cassidy dialog
772772
procedure Node1101 begin
773-
if( Myron_Ptr != 0 ) then
773+
if( Myron_Ptr != 0 ) then begin
774774
Reply(261);
775-
else
776-
Reply(262);
777-
778-
if( Myron_Ptr != 0 ) then
779775
NOption(263, Node1110, 001);
780-
//NOption(264, Node1102, 001);
781-
if( Myron_Ptr != 0 ) then
776+
//NOption(264, Node1102, 001);
782777
NOption(265, Node019, 001);
783-
if( Myron_Ptr == 0 ) then
778+
NOption(268, Node1101a, 001);
779+
end else begin
780+
Reply(262);
784781
NOption(266, Node019, 001);
785-
if( Myron_Ptr == 0 ) then
786782
NOption(267, Node1101a, 001);
787-
if( Myron_Ptr != 0 ) then
788-
NOption(268, Node1101a, 001);
783+
end
789784
end
790785

791786
procedure Node1101a begin

0 commit comments

Comments
 (0)