summaryrefslogtreecommitdiffstats
path: root/pokemod/MapWildList.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-04-19 23:38:51 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-04-19 23:38:51 +0000
commitf4f3176a6dcdaf5e463f39a657dd4ca04386a6ad (patch)
tree9807262b48268eecf6ae7967aa64f30666091f2a /pokemod/MapWildList.cpp
parentfe31331e2807634ae659e372358bac5781de9130 (diff)
downloadsigen-f4f3176a6dcdaf5e463f39a657dd4ca04386a6ad.tar.gz
sigen-f4f3176a6dcdaf5e463f39a657dd4ca04386a6ad.tar.xz
sigen-f4f3176a6dcdaf5e463f39a657dd4ca04386a6ad.zip
[FIX] Loading of submodules
[FIX] Loading the id now defaults to INT_MAX git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@101 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/MapWildList.cpp')
-rw-r--r--pokemod/MapWildList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/MapWildList.cpp b/pokemod/MapWildList.cpp
index 8679410f..1b239e8b 100644
--- a/pokemod/MapWildList.cpp
+++ b/pokemod/MapWildList.cpp
@@ -144,7 +144,7 @@ void MapWildList::load(const QDomElement& xml, int id)
LOAD(int, value);
LOAD_LIST(int, times);
LOAD(int, scope);
- LOAD_SUB(newEncounter, encounters);
+ LOAD_SUB(newEncounter, MapWildListEncounter);
}
QDomElement MapWildList::save() const