summaryrefslogtreecommitdiff
path: root/src/net/ea/gamerecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/gamerecv.cpp')
-rw-r--r--src/net/ea/gamerecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/gamerecv.cpp b/src/net/ea/gamerecv.cpp
index 3a85e54a9..8689345e9 100644
--- a/src/net/ea/gamerecv.cpp
+++ b/src/net/ea/gamerecv.cpp
@@ -55,7 +55,7 @@ void GameRecv::processWhoAnswer(Net::MessageIn &msg)
void GameRecv::processCharSwitchResponse(Net::MessageIn &msg)
{
if (msg.readUInt8("response"))
- client->setState(STATE_SWITCH_CHARACTER);
+ client->setState(State::SWITCH_CHARACTER);
}
void GameRecv::processMapQuitResponse(Net::MessageIn &msg)