mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-09 15:49:52 +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();
|
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;
|
int versionMajor=-1, versionMinor=-1, versionRevision=-1;
|
||||||
TiXmlElement *xmlVersion = doc.FirstChildElement("Version");
|
TiXmlElement *xmlVersion = doc.FirstChildElement("Version");
|
||||||
|
@ -3249,6 +3248,7 @@ void Continuity::reset()
|
||||||
worldMap.load();
|
worldMap.load();
|
||||||
|
|
||||||
ingredients.clear();
|
ingredients.clear();
|
||||||
|
naijaEats.clear();
|
||||||
|
|
||||||
foodSortType = 0;
|
foodSortType = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue