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