summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 709577c6d..46a2b2910 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -26,7 +26,7 @@ extern struct Script_Config {
} script_config;
struct script_data {
- int type;
+ enum c_op type;
union script_data_val {
int num;
char *str;