summaryrefslogtreecommitdiffstats
path: root/pokemod/Store.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-05-25 00:15:36 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-05-25 00:15:36 +0000
commit75b7d5c767428f7061365a186cb17a22de4112cc (patch)
tree46db9c129f3fa848a6ea084a31e01f2c59e67b2a /pokemod/Store.cpp
parent1a4b623c8ecb9d0c7d991312c12d78be4a68eff2 (diff)
downloadsigen-75b7d5c767428f7061365a186cb17a22de4112cc.tar.gz
sigen-75b7d5c767428f7061365a186cb17a22de4112cc.tar.xz
sigen-75b7d5c767428f7061365a186cb17a22de4112cc.zip
More modules PokéMod added
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@14 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Store.cpp')
-rw-r--r--pokemod/Store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Store.cpp b/pokemod/Store.cpp
index 05315a43..ca7b2d52 100644
--- a/pokemod/Store.cpp
+++ b/pokemod/Store.cpp
@@ -36,7 +36,7 @@ PokeGen::PokeMod::Store::Store(unsigned _id)
PokeGen::PokeMod::Store::Store(Ini &ini, unsigned _id)
{
LogCtorIni("Store", _id);
- ImportIni(ini);
+ ImportIni(ini, _id);
if (id == UINT_MAX)
LogIdError("Store");
}