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