diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 785eae40..749dcce0 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -58,7 +58,7 @@ Being *player_node = NULL; Beings beings; -char hairtable[16][4][2] = { +signed char hairtable[16][4][2] = { // S(x,y) W(x,y) N(x,y) E(x,y) { { 0, 0}, {-1, 2}, {-1, 2}, { 0, 2} }, // STAND { { 0, 2}, {-2, 3}, {-1, 2}, { 1, 3} }, // WALK 1st frame |