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/ItemStorage.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/ItemStorage.cpp')
| -rw-r--r-- | pokemod/ItemStorage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 == "")
{
|
