summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-30 18:30:50 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-30 18:30:50 +0300
commit21ec9caab9010b3109050dd891228c191e2b0dd0 (patch)
treea2aea1f87a6e9405922b3357273fd342d41c9385 /src/map/script.h
parent5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a (diff)
downloadevol-hercules-21ec9caab9010b3109050dd891228c191e2b0dd0.tar.gz
evol-hercules-21ec9caab9010b3109050dd891228c191e2b0dd0.tar.bz2
evol-hercules-21ec9caab9010b3109050dd891228c191e2b0dd0.tar.xz
evol-hercules-21ec9caab9010b3109050dd891228c191e2b0dd0.zip
Add script command for change music.
New script command: changemusic mapname, music
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 3a8ef8b..97b8f51 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -37,5 +37,6 @@ BUILDIN(showAvatar);
BUILDIN(setAvatarDir);
BUILDIN(setAvatarAction);
BUILDIN(clear);
+BUILDIN(changeMusic);
#endif // EVOL_MAP_SCRIPT