summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-interpreter.hpp')
-rw-r--r--src/map/magic-interpreter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-interpreter.hpp b/src/map/magic-interpreter.hpp
index 39a057c..2414a7a 100644
--- a/src/map/magic-interpreter.hpp
+++ b/src/map/magic-interpreter.hpp
@@ -405,7 +405,7 @@ typedef struct cont_activation_record
typedef struct status_change_ref
{
- int sc_type;
+ StatusChange sc_type;
int bl_id;
} status_change_ref_t;