summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Rules.cpp')
-rw-r--r--pokemod/Rules.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pokemod/Rules.cpp b/pokemod/Rules.cpp
index 225679ac..ded6a566 100644
--- a/pokemod/Rules.cpp
+++ b/pokemod/Rules.cpp
@@ -97,8 +97,9 @@ void Pokemod::Rules::validate()
TEST_END();
}
-void Pokemod::Rules::load(const QDomElement& xml, const int /*id*/)
+void Pokemod::Rules::load(const QDomElement& xml)
{
+ LOAD_BEGIN();
LOAD(bool, genderAllowed);
LOAD(bool, breedingAllowed);
LOAD(bool, criticalDomains);