Added some TODO items to game-networking

This commit is contained in:
Polonkai Gergely 2012-03-26 16:08:11 +00:00
parent a391b1e8f6
commit 4f3c915ee2

View File

@ -148,6 +148,9 @@ wmud_client_callback(GSocket *client_socket, GIOCondition condition, wmudClient
client->authenticated = TRUE;
/* TODO: Send fail count if non-zero */
client->state = WMUD_CLIENT_STATE_MENU;
/* TODO: send MOTD */
/* TODO: send menu items */
/* TODO: send menu prologue */
}
else
{