summaryrefslogtreecommitdiff
path: root/src/map/script.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.hpp')
-rw-r--r--src/map/script.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.hpp b/src/map/script.hpp
index 0e63add..66939aa 100644
--- a/src/map/script.hpp
+++ b/src/map/script.hpp
@@ -157,4 +157,6 @@ void do_final_script(void);
extern char mapreg_txt[256];
+extern int script_errors;
+
#endif // SCRIPT_HPP