summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/eathena/beingrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index aac0dd914..3a1bcfb06 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -971,7 +971,7 @@ void BeingRecv::processBeingStatusChange(Net::MessageIn &msg)
msg.readInt32("val3");
}
- IsStart start = msg.getVersion() == 20090121 ?
+ const IsStart start = msg.getVersion() == 20090121 ?
IsStart_false : IsStart_true;
Being *const dstBeing = actorManager->findBeing(id);