Finished code restructuring

This commit is contained in:
Gergely Polonkai 2013-01-02 02:09:16 +01:00
parent 8402455a87
commit cca1c9df83

View File

@ -250,11 +250,9 @@ wmud_interpret_game_command(wmudClient *client)
} }
} }
switch (match_count) switch (match_count) {
{
case 0: case 0:
switch (random_number(1, 3)) switch (random_number(1, 3)) {
{
case 1: case 1:
wmud_client_send(client, "Huh?\r\n"); wmud_client_send(client, "Huh?\r\n");
break; break;