Fixed an uppercase path potential problem
This commit is contained in:
@@ -77,7 +77,7 @@ bool Unlockable::tryToUnlock(GameObserver * game) {
|
|||||||
void Unlockable::load()
|
void Unlockable::load()
|
||||||
{
|
{
|
||||||
std::string contents;
|
std::string contents;
|
||||||
if (! JFileSystem::GetInstance()->readIntoString("Rules/awards.dat", contents))
|
if (! JFileSystem::GetInstance()->readIntoString("rules/awards.dat", contents))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
std::stringstream stream(contents);
|
std::stringstream stream(contents);
|
||||||
|
|||||||
Reference in New Issue
Block a user