diff options
Diffstat (limited to 'pokemod/Point.cpp')
| -rw-r--r-- | pokemod/Point.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemod/Point.cpp b/pokemod/Point.cpp index c4e32859..40c97050 100644 --- a/pokemod/Point.cpp +++ b/pokemod/Point.cpp @@ -35,7 +35,6 @@ void PokeGen::PokeMod::Point::ImportIni(Ini &ini) void PokeGen::PokeMod::Point::ExportIni(std::ofstream &fout, const String &val) const
{
Log(String("Point Export: Starting (%u, %u) as %s", x, y, val.c_str()), PM_DEBUG_INFO);
- // Declare the elements
Ini exPoint(val);
exPoint.AddField("x", x);
exPoint.AddField("y", y);
|
