Fix uninitialized path walker in waypoints checker.

Update to latest crlib.
This commit is contained in:
jeefo 2020-12-18 20:06:05 +03:00
commit 4c8a4175d8
3 changed files with 7 additions and 0 deletions

View file

@ -799,6 +799,9 @@ bool Game::postload () {
// set out user agent for http stuff
http.setUserAgent (strings.format ("%s/%s", product.name, product.version));
// startup the sockets on windows
http.startup ();
// startup the sockets
http.startup ();