From 02843e292c4d957a35ab87f278bff84cd968732d Mon Sep 17 00:00:00 2001 From: jeefo Date: Fri, 18 Dec 2020 20:22:47 +0300 Subject: [PATCH] Fix doubly socket init. --- src/engine.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/engine.cpp b/src/engine.cpp index 16a5995..8273a44 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -802,9 +802,6 @@ bool Game::postload () { // startup the sockets on windows http.startup (); - // startup the sockets - http.startup (); - // set the app name plat.setAppName (product.name.chars ());