mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-25 06:05:45 +00:00
Clear beast form eats in continuity reset.
This fixes eats carrying over into mods. Also revert one related change from84c49e5ce0
obsoleted in3bdb0d6bc6
.
This commit is contained in:
parent
755cc9c50f
commit
eaa7c27f82
1 changed files with 1 additions and 1 deletions
|
@ -2571,7 +2571,6 @@ void Continuity::loadFile(int slot)
|
|||
}
|
||||
|
||||
this->reset();
|
||||
knowsSong.clear(); // Adds shield song by default, which interferes with mods that don't start with it
|
||||
|
||||
int versionMajor=-1, versionMinor=-1, versionRevision=-1;
|
||||
TiXmlElement *xmlVersion = doc.FirstChildElement("Version");
|
||||
|
@ -3249,6 +3248,7 @@ void Continuity::reset()
|
|||
worldMap.load();
|
||||
|
||||
ingredients.clear();
|
||||
naijaEats.clear();
|
||||
|
||||
foodSortType = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue