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