1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-06 06:10:45 +00:00

Fix particle & shot loading on linux (fix file name case)

This commit is contained in:
fgenesis 2012-03-12 03:03:58 +01:00
commit 25e228d3ca
2 changed files with 6 additions and 3 deletions

View file

@ -96,6 +96,7 @@ void ParticleEffect::bankLoad(const std::string &file, const std::string &path)
clearEmitters();
usef = core->adjustFilenameCase(usef);
debugLog(usef);
char *buffer = readFile(usef);
if (!buffer)