Skip to content

Commit

Permalink
Fix StonehengeMap search path on case-sensitive filesystems (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorio committed Nov 17, 2024
1 parent 9dd4de8 commit 7c35bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Screens/Infobar.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static const char* maps[] =
"Maps:EuropeMap",
"Maps:ScandinaviaMap",
"Maps:AtlantisMap",
"Maps:StoneHengeMap",
"Maps:StonehengeMap",
"Maps:AztecMap",
"Maps:ColiseumMap",
"Maps:MazeMap",
Expand Down

0 comments on commit 7c35bf2

Please sign in to comment.