summaryrefslogtreecommitdiffstats
path: root/game/client/bother.cc
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-03-16 22:19:39 +0500
committeruntodesu <kirill@untode.su>2025-03-16 22:19:39 +0500
commitd1d7521ee859f10e99fb3f82e710c8bbeb7c41c5 (patch)
tree900e6a537bd5763636db8497404d3b28e6afcef2 /game/client/bother.cc
parent68b0b663514d1a5dcf79cfbdeea544b5d69ed1ed (diff)
downloadvoxelius-d1d7521ee859f10e99fb3f82e710c8bbeb7c41c5.tar.bz2
voxelius-d1d7521ee859f10e99fb3f82e710c8bbeb7c41c5.zip
Fix the bizzare CRC32 callback I forgot to remove
- This fixes bother not working - Separated client and server splashes - Added server splashes
Diffstat (limited to 'game/client/bother.cc')
-rw-r--r--game/client/bother.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/client/bother.cc b/game/client/bother.cc
index e808485..8ca247a 100644
--- a/game/client/bother.cc
+++ b/game/client/bother.cc
@@ -75,6 +75,7 @@ void bother::update_late(void)
if(auto peer = enet_host_connect(bother_host, &address, 1, 0)) {
peer->data = reinterpret_cast<void *>(static_cast<std::uintptr_t>(item.identity));
bother_set.insert(item.identity);
+ enet_host_flush(bother_host);
}
bother_queue.pop_front();