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