From f4f3176a6dcdaf5e463f39a657dd4ca04386a6ad Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 19 Apr 2008 23:38:51 +0000 Subject: [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 --- pokemod/Move.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemod/Move.cpp') diff --git a/pokemod/Move.cpp b/pokemod/Move.cpp index 0ea33bc3..9555ac25 100644 --- a/pokemod/Move.cpp +++ b/pokemod/Move.cpp @@ -142,7 +142,7 @@ void Move::load(const QDomElement& xml, int id) LOAD(bool, canSnatch); LOAD(bool, sound); LOAD(QString, description); - LOAD_SUB(newEffect, effects); + LOAD_SUB(newEffect, MoveEffect); } QDomElement Move::save() const -- cgit