- 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:
Mark Vejvoda
2011-03-14 20:25:27 +00:00
parent c54174061f
commit 6eab8f905e
2 changed files with 16 additions and 10 deletions

View File

@@ -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;