fixed init bug
This commit is contained in:
parent
8278db04b9
commit
aff6366561
@ -11,7 +11,7 @@
|
||||
#include <cmath>
|
||||
|
||||
Network::Network(game_t *game) :
|
||||
game(game) {
|
||||
game(game), client_peer(0) {
|
||||
}
|
||||
|
||||
void Network::initialize(const std::string &hostname) {
|
||||
|
Loading…
Reference in New Issue
Block a user