summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-02-24 20:06:01 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2013-02-24 20:06:01 +0800
commit137cc4396d651798a95641d529955845a25a56e1 (patch)
treeb04eccd22e415d4a9823a2f7677517d29047ee97 /src/map/script.h
parentfa2751b503d41388cf82dbf882877db280b1bba7 (diff)
downloadhercules-137cc4396d651798a95641d529955845a25a56e1.tar.gz
hercules-137cc4396d651798a95641d529955845a25a56e1.tar.bz2
hercules-137cc4396d651798a95641d529955845a25a56e1.tar.xz
hercules-137cc4396d651798a95641d529955845a25a56e1.zip
Fixed Bug #7092
-Follow up adda8d74c3280ae1e3745591caafd9ce6e81ded7 where 'close2' is not working properly. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
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 ed56b8ebe..b27b3d290 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -114,7 +114,7 @@ struct script_stack {
//
// Script state
//
-enum e_script_state { RUN,STOP,END,RERUNLINE,GOTO,RETFUNC };
+enum e_script_state { RUN,STOP,END,RERUNLINE,GOTO,RETFUNC,CLOSE };
struct script_state {
struct script_stack* stack;