summaryrefslogtreecommitdiffstats
path: root/sigmod/Stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/Stat.h')
-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.