From f71140fae5218ee9839ffcd4ec83abfded5124f4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 1 Jun 2007 02:54:29 +0000 Subject: 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 --- pokemod/MapTrainerTeam.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'pokemod/MapTrainerTeam.cpp') diff --git a/pokemod/MapTrainerTeam.cpp b/pokemod/MapTrainerTeam.cpp index 239210bb..376e887f 100644 --- a/pokemod/MapTrainerTeam.cpp +++ b/pokemod/MapTrainerTeam.cpp @@ -49,7 +49,6 @@ PokeGen::PokeMod::MapTrainerTeam::~MapTrainerTeam() void PokeGen::PokeMod::MapTrainerTeam::Validate() { - isValid = true; LogValidateStart("MapTrainerTeam", id); if (!curPokeMod.GetPokemon(species)) { @@ -72,7 +71,6 @@ void PokeGen::PokeMod::MapTrainerTeam::Validate() #ifdef PG_DEBUG_WINDOW void PokeGen::PokeMod::MapTrainerTeam::Validate(const wxListBox &output) { - isValid = true; LogValidateStart("MapTrainerTeam", id); if (!curPokeMod.GetPokemon(species)) { -- cgit