From 91d64267221f99aecdad8c7540f1444f381d7ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Jun 2010 19:29:56 +0200 Subject: [PATCH] proto: Add a @todo. --- src/egs_proto.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/egs_proto.erl b/src/egs_proto.erl index d4af61f..1f4a1db 100644 --- a/src/egs_proto.erl +++ b/src/egs_proto.erl @@ -227,7 +227,8 @@ send_loading_end(CSocket, GID) -> packet_send(CSocket, Packet). %% @doc Send the player's current location. -%% @todo Figure out what the last value is. No counter without it. +%% @todo Figure out what the last value is. No counter without it. The value before that is also different for counters. +%% @todo Handle correctly after unifying the area loading code. send_location(CSocket, GID, Quest, MapType, MapNumber, Location) -> UCS2Location = << << X:8, 0:8 >> || X <- Location >>,