diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
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; |