summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-23 00:48:23 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-23 00:48:23 -0500
commitaef299a2788aa8d847136fba979283cfdef42912 (patch)
tree9da7eea0fdf2928c2023ba2beffbd4875dd5c276 /sigmod
parent4e4ee87168b6555dbaa48e8439b3d2134d46c17a (diff)
downloadsigen-aef299a2788aa8d847136fba979283cfdef42912.tar.gz
sigen-aef299a2788aa8d847136fba979283cfdef42912.tar.xz
sigen-aef299a2788aa8d847136fba979283cfdef42912.zip
Removed extra lines in Stat and included in TeamMember
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/Stat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sigmod/Stat.h b/sigmod/Stat.h
index 53c9f317..2234621d 100644
--- a/sigmod/Stat.h
+++ b/sigmod/Stat.h
@@ -26,7 +26,6 @@
#include <QtCore/QMetaType>
#include <QtCore/QStringList>
-
namespace Sigmod
{
/**
@@ -45,7 +44,6 @@ enum Stat
ST_Accuracy = 6,
ST_Evasion = 7
};
-
/// Strings for the stats for a combined Special stat.
const QStringList StatRBYStr = QStringList() << "HP" << "Attack" << "Defense" << "Speed" << "Special" << "" << "Accuracy" << "Evasion";
/// Strings for the stats when the Special stat is split.