Skip to content

Commit f9c6bfa

Browse files
olafkryusveikkos
authored andcommitted
Fix unnecessary menu cursor position remembering
1 parent 1267149 commit f9c6bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SJ3.PAS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ begin
614614
0 : begin
615615

616616
case index[screen] of
617-
1,2,3 : screen:=index[screen];
617+
1,2,3 : begin screen:=index[screen]; index[screen]:=1; end;
618618
4 : configurekeys(K);
619619
{$IFDEF REG}
620620
5 : setgoals;

0 commit comments

Comments
 (0)