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/Time.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'pokemod/Time.cpp') diff --git a/pokemod/Time.cpp b/pokemod/Time.cpp index 514d8d3c..b506390c 100644 --- a/pokemod/Time.cpp +++ b/pokemod/Time.cpp @@ -47,7 +47,6 @@ PokeGen::PokeMod::Time::~Time() void PokeGen::PokeMod::Time::Validate() { - isValid = true; LogValidateStart("Time", id, name); if (name == "") { @@ -70,7 +69,6 @@ void PokeGen::PokeMod::Time::Validate() #ifdef PG_DEBUG_WINDOW void PokeGen::PokeMod::Time::Validate(const wxListBox &output) { - isValid = true; LogValidateStart("Time", id, name); if (name == "") { -- cgit