From: Brian Bosak Date: Mon, 2 Sep 2013 03:41:28 +0000 (-0500) Subject: GIT fixed? X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1b0453be5b88de3bbb1ef9c5c599f100c6444997;p=xonotic%2Fdarkplaces.git GIT fixed? --- diff --git a/lobby_gameroom.c b/lobby_gameroom.c index a1ac7eb6..23fd6fc2 100644 --- a/lobby_gameroom.c +++ b/lobby_gameroom.c @@ -231,6 +231,7 @@ static void doConnect(int sock) { static void bindhost() { TCPConnect("127.0.0.1",1090,doConnect); } + static void findroom() { //This is safe when called from main thread Con_Print("Contacting server...\n");