summaryrefslogtreecommitdiffstats
path: root/sigmod/Species.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/Species.h')
-rw-r--r--sigmod/Species.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/Species.h b/sigmod/Species.h
index 8bf59bb4..7ea1bf1b 100644
--- a/sigmod/Species.h
+++ b/sigmod/Species.h
@@ -46,8 +46,8 @@ class SIGMOD_EXPORT Species : public Object
Fading = 1,
Slow = 2,
Normal = 3,
- Fast = 5,
- Erratic = 6
+ Fast = 4,
+ Erratic = 5
};
static const QStringList StyleStr;