fixed init bug

This commit is contained in:
gmueller 2011-01-17 21:18:40 +01:00
parent 8278db04b9
commit aff6366561
1 changed files with 1 additions and 1 deletions

View File

@ -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) {