summaryrefslogtreecommitdiff
path: root/src/net/ea/playerrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/playerrecv.h')
-rw-r--r--src/net/ea/playerrecv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/ea/playerrecv.h b/src/net/ea/playerrecv.h
index ec1d20685..35ef92d4a 100644
--- a/src/net/ea/playerrecv.h
+++ b/src/net/ea/playerrecv.h
@@ -23,8 +23,6 @@
#ifndef NET_EA_PLAYERRECV_H
#define NET_EA_PLAYERRECV_H
-#include "net/playerhandler.h"
-
#include <climits>
namespace Net
@@ -45,6 +43,7 @@ namespace Ea
void processPlayerArrowMessage(Net::MessageIn &msg);
void processMapMusic(Net::MessageIn &msg);
} // namespace PlayerRecv
+
static const int NoStat = INT_MAX;
} // namespace Ea