diff options
Diffstat (limited to 'pokemod/Store.cpp')
| -rw-r--r-- | pokemod/Store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Store.cpp b/pokemod/Store.cpp index 555d6d68..05315a43 100644 --- a/pokemod/Store.cpp +++ b/pokemod/Store.cpp @@ -37,7 +37,7 @@ PokeGen::PokeMod::Store::Store(Ini &ini, unsigned _id) {
LogCtorIni("Store", _id);
ImportIni(ini);
- if(_id == UINT_MAX)
+ if (id == UINT_MAX)
LogIdError("Store");
}
|
