1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-10 16:19:59 +00:00

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

This commit is contained in:
fgenesis 2012-03-12 03:13:34 +01:00
parent 4891fcc339
commit bd9648aa60
3 changed files with 8 additions and 5 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)