summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 03310c3e3..1e72f9b5f 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -1446,7 +1446,12 @@ struct status_change {
unsigned short mp_matk_min, mp_matk_max; //Previous matk min/max for ground spells (Amplify magic power)
//int sg_id; //ID of the previous Storm gust that hit you
short comet_x, comet_y; // Point where src casted Comet - required to calculate damage from this point
+/**
+ * The Storm Gust counter was dropped in renewal
+ **/
+#if isOFF(REMODE)
unsigned char sg_counter; //Storm gust counter (previous hits from storm gust)
+#endif
struct status_change_entry *data[SC_MAX];
};