diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2007-06-01 02:54:29 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2007-06-01 02:54:29 +0000 |
| commit | f71140fae5218ee9839ffcd4ec83abfded5124f4 (patch) | |
| tree | 9af8f2174728cedb93580411223bc59fd9a86d0a /pokemod/Pokemod.cpp | |
| parent | 9e28e6ecd358a9801ad25914d3e8cca7b6d7f4f7 (diff) | |
| download | sigen-f71140fae5218ee9839ffcd4ec83abfded5124f4.tar.gz sigen-f71140fae5218ee9839ffcd4ec83abfded5124f4.tar.xz sigen-f71140fae5218ee9839ffcd4ec83abfded5124f4.zip | |
Added Map and Tile, added Hat class, and fixed up some other minor things
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@17 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Pokemod.cpp')
| -rw-r--r-- | pokemod/Pokemod.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pokemod/Pokemod.cpp b/pokemod/Pokemod.cpp index 878aa52a..4799fd89 100644 --- a/pokemod/Pokemod.cpp +++ b/pokemod/Pokemod.cpp @@ -41,7 +41,9 @@ PokeGen::PokeMod::Pokemod::~Pokemod() void PokeGen::PokeMod::Pokemod::Validate()
{
+ LogValidateStart("Pokemod", 0);
// TODO (Validation#1#): Pokemod Validation
+ LogValidateOver("Pokemod", 0, isValid);
}
#ifdef PG_DEBUG_WINDOW
|
