From eaa7c27f821a303304ec36cd49867bfa18a70720 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Fri, 21 Sep 2012 03:02:54 +0200 Subject: [PATCH] Clear beast form eats in continuity reset. This fixes eats carrying over into mods. Also revert one related change from 84c49e5ce0 obsoleted in 3bdb0d6bc67. --- Aquaria/Continuity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aquaria/Continuity.cpp b/Aquaria/Continuity.cpp index 79128e6..8d4190c 100644 --- a/Aquaria/Continuity.cpp +++ b/Aquaria/Continuity.cpp @@ -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;