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