Fix uninitialized path walker in waypoints checker.
Update to latest crlib.
This commit is contained in:
parent
d632ee9bb3
commit
4c8a4175d8
3 changed files with 7 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue