mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-21 03:07:04 +02:00
Some build fixes
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
eb6d82622e
commit
d10c0e36ea
6 changed files with 25 additions and 30 deletions
|
|
@ -832,7 +832,7 @@ void Room::RoomImpl::HandleProxyPacket(const ENetEvent* event) {
|
|||
|
||||
in_packet.IgnoreBytes(sizeof(u8)); // Protocol
|
||||
|
||||
bool broadcast;
|
||||
bool broadcast = false;
|
||||
in_packet.Read(broadcast); // Broadcast
|
||||
|
||||
Packet out_packet;
|
||||
|
|
@ -886,7 +886,7 @@ void Room::RoomImpl::HandleLdnPacket(const ENetEvent* event) {
|
|||
IPv4Address remote_ip;
|
||||
in_packet.Read(remote_ip); // Remote IP
|
||||
|
||||
bool broadcast;
|
||||
bool broadcast = false;
|
||||
in_packet.Read(broadcast); // Broadcast
|
||||
|
||||
Packet out_packet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue