mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-26 02:07:26 +00:00
fixed loading custom songs when loading a mod's saved game
This commit is contained in:
parent
9508d6de73
commit
f7f0a9ff7c
1 changed files with 2 additions and 0 deletions
|
@ -2883,6 +2883,8 @@ void Continuity::loadFile(int slot)
|
|||
dsq->game->sceneToLoad = startData->Attribute("scene");
|
||||
//dsq->game->transitionToScene();
|
||||
}
|
||||
|
||||
loadSongBank();
|
||||
}
|
||||
|
||||
void Continuity::setNaijaModel(std::string model)
|
||||
|
|
Loading…
Reference in a new issue