summaryrefslogtreecommitdiffstats
path: root/pokemod/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Map.cpp')
-rw-r--r--pokemod/Map.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/pokemod/Map.cpp b/pokemod/Map.cpp
index 5f1a0fd0..6e00dc6b 100644
--- a/pokemod/Map.cpp
+++ b/pokemod/Map.cpp
@@ -190,10 +190,10 @@ void Map::load(const QDomElement& xml, int id)
LOAD(int, flyWarp);
LOAD(int, type);
LOAD_MATRIX(setTile, Fraction, tile);
- LOAD_SUB(newEffect, effects);
- LOAD_SUB(newTrainer, trainers);
- LOAD_SUB(newWarp, warps);
- LOAD_SUB(newWildList, wildLists);
+ LOAD_SUB(newEffect, MapEffect);
+ LOAD_SUB(newTrainer, MapTrainer);
+ LOAD_SUB(newWarp, MapWarp);
+ LOAD_SUB(newWildList, MapWildList);
}
QDomElement Map::save() const