mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-04 10:34:01 +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->sceneToLoad = startData->Attribute("scene");
|
||||||
//dsq->game->transitionToScene();
|
//dsq->game->transitionToScene();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
loadSongBank();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Continuity::setNaijaModel(std::string model)
|
void Continuity::setNaijaModel(std::string model)
|
||||||
|
|
Loading…
Add table
Reference in a new issue