Skip to content

Commit 129de57

Browse files
olafkryusveikkos
authored andcommitted
Fix injury text
1 parent f9c6bfa commit 129de57

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
@@ -2684,7 +2684,7 @@ begin
26842684
if (inj[pel]=1) then str1:='LEG.';
26852685
writefont(12,176,'WILL MISS NEXT '+txt(inj[pel])+str1); }
26862686

2687-
str1:=txt(inj[pel])+' '+lstr(76);
2687+
str1:=txt(inj[pel]-1)+' '+lstr(76);
26882688

26892689
case inj[pel] of
26902690
1 : str1:=lstr(77);

0 commit comments

Comments
 (0)