working on making game lobbies and joining them

This commit is contained in:
2026-01-31 18:42:43 -06:00
parent 89c9a7681b
commit 47987ca439
14 changed files with 227 additions and 280 deletions

View File

@@ -89,7 +89,6 @@ void game_server()
break;
case U_NAME:
PRINT_M("got to update name state");
flag = 0;
break;
}
}
@@ -110,13 +109,11 @@ void game_server()
}
}
}
return;
}
SDLNet_TCP_Close(sock);
SDLNet_Quit();
SDL_Quit();
}