proto: Add a @todo.
This commit is contained in:
parent
11a15f6d90
commit
91d6426722
@ -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 >>,
|
||||
|
Loading…
Reference in New Issue
Block a user