summaryrefslogtreecommitdiff
path: root/src/map/script-call-internal.hpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-02-28 19:12:15 -0600
committerWushin <pasekei@gmail.com>2015-02-28 19:12:15 -0600
commit6bc82125235099bd21476fcc3056598f7ec028b8 (patch)
tree3c053e8e7baa44465fbd90e5e02682e4fd500493 /src/map/script-call-internal.hpp
parent6ec97dc4556e36b7a3cdf17b8684fa074529ad8b (diff)
parent697ab2d5ee8c840dba925425ddbf6eba9eb6ee44 (diff)
downloadtmwa-6bc82125235099bd21476fcc3056598f7ec028b8.tar.gz
tmwa-6bc82125235099bd21476fcc3056598f7ec028b8.tar.bz2
tmwa-6bc82125235099bd21476fcc3056598f7ec028b8.tar.xz
tmwa-6bc82125235099bd21476fcc3056598f7ec028b8.zip
Merge pull request #33 from mekolat/freeloop
add freeloop builtin
Diffstat (limited to 'src/map/script-call-internal.hpp')
-rw-r--r--src/map/script-call-internal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script-call-internal.hpp b/src/map/script-call-internal.hpp
index 983b361..b9b3a9f 100644
--- a/src/map/script-call-internal.hpp
+++ b/src/map/script-call-internal.hpp
@@ -53,7 +53,7 @@ public:
ScriptEndState state;
BlockId rid, oid;
ScriptPointer scriptp, new_scriptp;
- int defsp, new_defsp;
+ int defsp, new_defsp, freeloop;
};
void run_func(ScriptState *st);