Skip to content

Commit

Permalink
Capitalize the P in "Cryptic Passage" (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
BreakinBenny authored Aug 9, 2023
1 parent fb93a5b commit 4198b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blood/src/blood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@ const char *pzCrypticArts[] = {

INIDESCRIPTION gINIDescription[] = {
{ "BLOOD: One Unit Whole Blood", "BLOOD.INI", NULL, 0 },
{ "Cryptic passage", "CRYPTIC.INI", pzCrypticArts, ARRAY_SSIZE(pzCrypticArts) },
{ "Cryptic Passage", "CRYPTIC.INI", pzCrypticArts, ARRAY_SSIZE(pzCrypticArts) },
};

bool AddINIFile(const char *pzFile, bool bForce = false)
Expand Down

0 comments on commit 4198b21

Please sign in to comment.