1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-25 14:15:46 +00:00

Clear beast form eats in continuity reset.

This fixes eats carrying over into mods.

Also revert one related change from 84c49e5ce0 obsoleted in 3bdb0d6bc6.
This commit is contained in:
fgenesis 2012-09-21 03:02:54 +02:00
parent 755cc9c50f
commit eaa7c27f82

View file

@ -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;