summaryrefslogtreecommitdiffstats
path: root/pokemod/Badge.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-05-03 23:12:56 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-05-03 23:12:56 +0000
commit21cb50c82f18b3a2ee1e77a7de11413ce45e6587 (patch)
tree33d1c600c9e26756580c92ea6b331041699510eb /pokemod/Badge.h
parent621d0f09fafba69aa650bc1555927f41e9c8e60e (diff)
downloadsigen-21cb50c82f18b3a2ee1e77a7de11413ce45e6587.tar.gz
sigen-21cb50c82f18b3a2ee1e77a7de11413ce45e6587.tar.xz
sigen-21cb50c82f18b3a2ee1e77a7de11413ce45e6587.zip
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@7 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Badge.h')
-rw-r--r--pokemod/Badge.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/pokemod/Badge.h b/pokemod/Badge.h
index b8b7b67f..8e3e46c5 100644
--- a/pokemod/Badge.h
+++ b/pokemod/Badge.h
@@ -62,10 +62,9 @@ namespace PokeGen
Frac GetStat(unsigned s);
bool GetHm(unsigned h);
private:
-# ifdef POKEMODR
- void Validate(wxListBox &output);
-# else
void Validate();
+# ifdef PG_DEBUG_WINDOW
+ void Validate(wxListBox &output);
# endif
String name;