diff options
author | wushin <pasekei@gmail.com> | 2015-05-24 12:31:19 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-05-24 13:45:38 -0500 |
commit | a5d6e25bdbccd24f750852dcc0b3cd7b83e339d6 (patch) | |
tree | 85c3d40679803a1622dc672659088d9aa9247c8c /src/map | |
parent | ccf575556a5d167f128a7ff8e817af7f9f3630ed (diff) | |
download | tmwa-a5d6e25bdbccd24f750852dcc0b3cd7b83e339d6.tar.gz tmwa-a5d6e25bdbccd24f750852dcc0b3cd7b83e339d6.tar.bz2 tmwa-a5d6e25bdbccd24f750852dcc0b3cd7b83e339d6.tar.xz tmwa-a5d6e25bdbccd24f750852dcc0b3cd7b83e339d6.zip |
Unused var array
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script-fun.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp index 3949627..8b797c2 100644 --- a/src/map/script-fun.cpp +++ b/src/map/script-fun.cpp @@ -66,21 +66,6 @@ namespace tmwa { namespace map { -static -Array<LString, 11> pos_str //= -{{ - "Head"_s, - "Body"_s, - "Left hand"_s, - "Right hand"_s, - "Robe"_s, - "Shoes"_s, - "Accessory 1"_s, - "Accessory 2"_s, - "Head 2"_s, - "Head 3"_s, - "Not Equipped"_s, -}}; #define AARG(n) (st->stack->stack_datav[st->start + 2 + (n)]) #define HARG(n) (st->end > st->start + 2 + (n)) |