diff options
author | Wushin <pasekei@gmail.com> | 2015-06-19 21:52:58 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-06-19 21:52:58 -0500 |
commit | 079e8815d62e052d654c4263f75cf7007f1cd4c3 (patch) | |
tree | 62597b8dada337e1e86ed16e35cf2241fa0732fc /src/map | |
parent | 9d3e5757b1598028be49d4565712002593ae77ed (diff) | |
parent | 097e924102d7f9de5fed7c7bc537e378b72a6340 (diff) | |
download | tmwa-079e8815d62e052d654c4263f75cf7007f1cd4c3.tar.gz tmwa-079e8815d62e052d654c4263f75cf7007f1cd4c3.tar.bz2 tmwa-079e8815d62e052d654c4263f75cf7007f1cd4c3.tar.xz tmwa-079e8815d62e052d654c4263f75cf7007f1cd4c3.zip |
Merge pull request #73 from wushin/travis-update
Update Travis for gcc 5
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)) |