File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -770,22 +770,17 @@ end
770770
771771// Cassidy dialog
772772procedure 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
789784end
790785
791786procedure Node1101a begin
You can’t perform that action at this time.
0 commit comments