diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-07 18:19:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 22:44:20 +0300 |
commit | 61d6c958d5a753904d32ef2057b50f426bb0f3b9 (patch) | |
tree | 97a563e9f9ecc99ada1f7505459c58add34e47b2 /src/map/script.h | |
parent | 625ed85b6a3d88587e8927f1f640f1fadd3dc642 (diff) | |
download | hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.tar.gz hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.tar.bz2 hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.tar.xz hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.zip |
Add function what call OnUntouch event.
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index e28abf970..548c0f261 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -343,6 +343,7 @@ struct Script_Config { const char* ontouch_name; const char* ontouch2_name; + const char* onuntouch_name; }; /** |