fix a few filenames with wrongly escaped characters

This commit is contained in:
Crypto City 2022-07-13 09:01:36 +00:00
parent 9bf09f8131
commit 7eb7189f25

View File

@ -91,10 +91,10 @@ static cc_collectible_fish_data_t collectible_fish_data[] =
{ "mud sculpin", 0, 11, 250, true, false, false, 6, BASE_DIR "city_fish-mud--ButterflySculpin-Female-K-Mecklenburg-PD.dds " },
{ "yellow sculpin", 0, 11, 250, true, false, false, 7, BASE_DIR "city_fish-yellow--ButterflySculpin-Female-K-Mecklenburg-PD.dds " },
{ "grey sculpin", 0, 11, 250, true, false, false, 8, BASE_DIR "city_fish-grey--ButterflySculpin-Female-K-Mecklenburg-PD.dds " },
{ "marlin", 0, 11, 350, false, false, true, -1, BASE_DIR "marlin-Blue_marlin_\(Duane_Raver\)-PD.dds" },
{ "marlin", 0, 11, 350, false, false, true, -1, BASE_DIR "marlin-Blue_marlin_(Duane_Raver)-PD.dds" },
{ "sole", 0, 11, 700, true, true, true, -1, BASE_DIR "sole-Rock_sole_tomelleri_2-PD.dds" },
{ "great white shark", 0, 11, 200, false, true, true, -1, BASE_DIR "great_white_shark-Carcharodon_carcharias_drawing-PD.dds" },
{ "coelacanth", 0, 11, 10, false, false, true, -1, BASE_DIR "coelacanth-Coelacanth_model\,_Devonian_-_Houston_Museum_of_Natural_Science_-_DSC01709_\(white_background\)-CC0.dds" },
{ "coelacanth", 0, 11, 10, false, false, true, -1, BASE_DIR "coelacanth-Coelacanth_model,_Devonian_-_Houston_Museum_of_Natural_Science_-_DSC01709_(white_background)-CC0.dds" },
{ "toadfish", 0, 11, 130, false, true, true, -1, BASE_DIR "toadfish-800px-Batrachoides_surinamensis-PD.dds" },
{ "seahorse", 0, 11, 230, false, true, true, -1, BASE_DIR "seahorse-616px-Hippocampus-PD.dds" },
{ "grunt", 0, 11, 110, false, true, false, -1, BASE_DIR "grunt-Haemulon_flavolineatum_French_grunt-CCBY2.0.dds" },