Added some TODO items to game-networking
This commit is contained in:
parent
a391b1e8f6
commit
4f3c915ee2
@ -148,6 +148,9 @@ wmud_client_callback(GSocket *client_socket, GIOCondition condition, wmudClient
|
|||||||
client->authenticated = TRUE;
|
client->authenticated = TRUE;
|
||||||
/* TODO: Send fail count if non-zero */
|
/* TODO: Send fail count if non-zero */
|
||||||
client->state = WMUD_CLIENT_STATE_MENU;
|
client->state = WMUD_CLIENT_STATE_MENU;
|
||||||
|
/* TODO: send MOTD */
|
||||||
|
/* TODO: send menu items */
|
||||||
|
/* TODO: send menu prologue */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user