mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
- simple bugfix for file xfer's
- added openal call to try to work around an openal bug on some platforms
This commit is contained in:
@@ -55,9 +55,9 @@ FTPServerThread::FTPServerThread(std::pair<string,string> mapsPath,
|
||||
this->mapsPath = mapsPath;
|
||||
this->tilesetsPath = tilesetsPath;
|
||||
this->techtreesPath = techtreesPath;
|
||||
setInternetEnabled(internetEnabledFlag,true);
|
||||
this->allowInternetTilesetFileTransfers = allowInternetTilesetFileTransfers;
|
||||
this->allowInternetTechtreeFileTransfers = allowInternetTechtreeFileTransfers;
|
||||
setInternetEnabled(internetEnabledFlag,true);
|
||||
this->portNumber = portNumber;
|
||||
this->maxPlayers = maxPlayers;
|
||||
this->ftpValidationIntf = ftpValidationIntf;
|
||||
|
Reference in New Issue
Block a user