From 6aa598eacb14b1b3325252271901d78b32013a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 2 Jun 2010 12:56:33 +0200 Subject: [PATCH] game: Add a @todo, fix a @doc. --- src/egs_game.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/egs_game.erl b/src/egs_game.erl index 98d19f4..4d67793 100644 --- a/src/egs_game.erl +++ b/src/egs_game.erl @@ -73,6 +73,7 @@ process(CSocket, Version) -> end. %% @doc Game server auth request handler. +%% @todo Kill existing connections if the user log back in with the same account. Probably could use a sane timeout time too. process_handle(16#020d, CSocket, Version, Packet) -> [{gid, GID}, {auth, Auth}] = egs_proto:parse_game_auth(Packet), @@ -613,7 +614,7 @@ handle(16#0811, CSocket, GID, _, Packet) -> handle(16#0b05, _, _, _, _) -> ignore; -%% @doc Mission select handler? Packet contains the selected mission number. +%% @doc Start mission handler. Packet contains the selected mission number. %% @todo Load more than one mission. handle(16#0c01, CSocket, GID, _, _) ->