From f81759792e77e681ab9f844c43fa71f2772c03b7 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 7 Apr 2015 00:11:10 +0200 Subject: [PATCH] Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename --- src/client.cpp | 4 ++-- src/network/networkprotocol.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client.cpp b/src/client.cpp index a0740a1e8..8a018de28 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -391,8 +391,8 @@ void Client::step(float dtime) Player *myplayer = m_env.getLocalPlayer(); FATAL_ERROR_IF(myplayer == NULL, "Local player not found in environment."); - // Send TOSERVER_INIT - // [0] u16 TOSERVER_INIT + // Send TOSERVER_INIT_LEGACY + // [0] u16 TOSERVER_INIT_LEGACY // [2] u8 SER_FMT_VER_HIGHEST_READ // [3] u8[20] player_name // [23] u8[28] password (new in some version) diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 3a52ddacd..ba934957d 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -616,7 +616,7 @@ enum ToServerCommand /* Sent first after connected. - [0] u16 TOSERVER_INIT + [0] u16 TOSERVER_INIT_LEGACY [2] u8 SER_FMT_VER_HIGHEST_READ [3] u8[20] player_name [23] u8[28] password (new in some version) -- 2.25.1