summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-07-11 07:56:33 -0300
committerpanikon <panikon@zoho.com>2014-07-11 07:56:33 -0300
commit901a8c9cdf891fb65e160094e52346b2aa4e9754 (patch)
tree9eccdd9ed6408d553b652f8e14b79d399e23c477 /src/map/status.h
parent0539a1247d909b11a9730a12ff0a72d110371fcb (diff)
downloadhercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.tar.gz
hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.tar.bz2
hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.tar.xz
hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.zip
Follow up to da190e09a33591aaabfd2c7735fd64ebb12f78e9
- Added SC_FALLENEMPIRE and updated const.txt Special thanks to Rytech
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index bed0d9fbf..3beba35c4 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -712,7 +712,8 @@ typedef enum sc_type {
SC__CHAOS,
SC__FEINTBOMB_MASTER,
-
+ SC_FALLENEMPIRE,
+
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;