SunAge: Battle for Elysium · published
Hi guys,
This version fixes the infamous all-new connection-to-master-server-failed - bug.
For all of you guys understanding code - THIS was the culprit:
int32 v4napi_sockets::getSocketError ()
{
#ifdef V4OS_WINDOWS_WIN32_XP
return WSAGetLastError ();
#else
return errno;
#endif
}
Whoever can guess the bug here, gets awarded the vertex4 Award of Excellence in Coding Clairvoyance.
Cheers and sorry for the hassle,
Roman