icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
165 stars 23 forks source link

GameAgent - list servers bugfix. #16

Closed RocketersAlex closed 8 years ago

RocketersAlex commented 8 years ago

After compiling the code I notice that is not given a list of servers from the master server. The fix is to move the five lines below conditions:

ifdef PLATFORM_WIN32

....

endif

patch Variable _szBuffer need for adoption of a reply from the game server. After fixing the server list is visible:

servers

And thank you for your great work

icculus commented 8 years ago

I merged your pull request for this (thanks again!), so I'm closing this issue as fixed.