mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 05:59:16 +00:00
Fix loading world map data when loading a mod's saved game
This commit is contained in:
parent
84c49e5ce0
commit
459a41e1f6
1 changed files with 2 additions and 0 deletions
|
@ -2907,7 +2907,9 @@ void Continuity::loadFile(int slot)
|
|||
//dsq->game->transitionToScene();
|
||||
}
|
||||
|
||||
// Possibly mod-specific data the the continuity reset didn't catch
|
||||
loadSongBank();
|
||||
this->worldMap.load();
|
||||
}
|
||||
|
||||
void Continuity::setNaijaModel(std::string model)
|
||||
|
|
Loading…
Reference in a new issue