aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/Platform.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-03-15 01:08:37 +0100
committerArisotura <thetotalworm@gmail.com>2019-03-15 01:08:37 +0100
commitb52458d7be093281435f3d33872595ecc56521e1 (patch)
tree78582912ba294f4a2d8d17ea4d78b92622df02d2 /src/libui_sdl/Platform.cpp
parent4de4631c15597c676e6cda612e26ed99e1f100e3 (diff)
here have more code aaaaaaaaaaaaa
Diffstat (limited to 'src/libui_sdl/Platform.cpp')
-rw-r--r--src/libui_sdl/Platform.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/libui_sdl/Platform.cpp b/src/libui_sdl/Platform.cpp
index f5ec32e..20b4a03 100644
--- a/src/libui_sdl/Platform.cpp
+++ b/src/libui_sdl/Platform.cpp
@@ -279,10 +279,12 @@ bool LAN_Init()
void LAN_DeInit()
{
// checkme. blarg
- if (Config::DirectLAN)
- LAN_PCap::DeInit();
- else
- LAN_Socket::DeInit();
+ //if (Config::DirectLAN)
+ // LAN_PCap::DeInit();
+ //else
+ // LAN_Socket::DeInit();
+ LAN_PCap::DeInit();
+ LAN_Socket::DeInit();
}
int LAN_SendPacket(u8* data, int len)