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:
parent
67bdd77a9f
commit
a6fc88d885
2 changed files with 3 additions and 7 deletions
|
@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue