Skip to content

Commit 0071ceb

Browse files
olafkryusveikkos
authored andcommitted
Fix opponent nameset setup on case-sensitive-filename systems
1 parent d53d24a commit 0071ceb

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
@@ -647,7 +647,7 @@ begin
647647

648648
if (ch<>#27) then
649649
begin
650-
assign(f3,'names'+ch+'.ski');
650+
assign(f3,'NAMES'+ch+'.SKI');
651651
{$I-}
652652
reset(f3);
653653
{$I+}

0 commit comments

Comments
 (0)