summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-23 19:05:08 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-23 19:05:08 +0000
commitc07a81f2656d1168e7124f0b7281a4e38128926b (patch)
treecf0c4d044bc20683c54631862e07ee166b4c0b7f /pokemod/Rules.h
parentd8973a8ed86925ea5611520c3b7b989ccc238bb4 (diff)
downloadsigen-c07a81f2656d1168e7124f0b7281a4e38128926b.tar.gz
sigen-c07a81f2656d1168e7124f0b7281a4e38128926b.tar.xz
sigen-c07a81f2656d1168e7124f0b7281a4e38128926b.zip
[FIX] Scrapped effects and such for scripts (going to use Kross) in pokemod
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@166 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Rules.h')
-rw-r--r--pokemod/Rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Rules.h b/pokemod/Rules.h
index 64866c81..8dabc683 100644
--- a/pokemod/Rules.h
+++ b/pokemod/Rules.h
@@ -39,7 +39,7 @@ class Rules : public Object
void validate();
- void load(const QDomElement& xml, const int = 0);
+ void load(const QDomElement& xml, const int /*id*/ = 0);
QDomElement save() const;
void setGenderAllowed(const bool genderAllowed);