summaryrefslogtreecommitdiff
path: root/src/net/ea/beingrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/beingrecv.cpp')
-rw-r--r--src/net/ea/beingrecv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp
index 0a8168c6c..7b8d74328 100644
--- a/src/net/ea/beingrecv.cpp
+++ b/src/net/ea/beingrecv.cpp
@@ -477,8 +477,8 @@ void BeingRecv::processBeingMove3(Net::MessageIn &msg)
if (len > 0)
{
const unsigned char dir = moves[0];
- uint16_t x0 = x;
- uint16_t y0 = y;
+ int16_t x0 = x;
+ int16_t y0 = y;
if (dir <= 7)
{