diff options
Diffstat (limited to 'src/game.c')
| -rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ void start_game(const bool servermode, const char* addr, const char* port) { int server_sock; socket_list_t client_socks; - uint8_t num_players = 2; + uint8_t num_players = 1; srand(time(0)); // Initialize RNG |
