diff options
Diffstat (limited to 'game/client/game.cc')
| -rw-r--r-- | game/client/game.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/client/game.cc b/game/client/game.cc index e0e02d1..f7a6349 100644 --- a/game/client/game.cc +++ b/game/client/game.cc @@ -205,7 +205,6 @@ void client_game::init(void) settings::add_keybind(4, hide_hud_toggle, settings_location::KEYBOARD_MISC, "game.key.toggle_hide_hud"); globals::client_host = enet_host_create(nullptr, 1, 1, 0, 0); - globals::client_host->checksum = &enet_crc32; if(!globals::client_host) { spdlog::critical("game: unable to setup an ENet host"); |
