1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-12 01:10:03 +00:00

Two little localzation patch additions, by Henrik Holst.

This commit is contained in:
fgenesis 2012-06-13 23:37:21 +02:00
parent 67bdd77a9f
commit a6fc88d885
2 changed files with 3 additions and 7 deletions

View file

@ -1200,11 +1200,11 @@ void Continuity::loadSongBank()
songSlotNames.clear();
songBank.clear();
loadIntoSongBank("data/songs.xml");
loadIntoSongBank(dsq->user.localisePath("data/songs.xml"));
if (dsq->mod.isActive())
{
loadIntoSongBank(dsq->mod.getPath() + "scripts/songs.xml");
loadIntoSongBank(dsq->user.localisePath(dsq->mod.getPath() + "scripts/songs.xml", dsq->mod.getPath()));
}
}