diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/script.h b/src/map/script.h index 7ab7e1876..dc75edf56 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -10,10 +10,7 @@ extern int potion_target; extern struct Script_Config { unsigned verbose_mode : 1; - unsigned warn_func_no_comma : 1; - unsigned warn_cmd_no_comma : 1; unsigned warn_func_mismatch_paramnum : 1; - unsigned warn_cmd_mismatch_paramnum : 1; int check_cmdcount; int check_gotocount; |