- Added tileset and map CRC check in the network lobby

- numerous bugfixes
This commit is contained in:
Mark Vejvoda
2011-01-09 04:49:21 +00:00
parent 2e60d3e0a8
commit 1c78fca0fb
28 changed files with 440 additions and 249 deletions

View File

@@ -128,8 +128,10 @@ void FTPServerThread::execute() {
*/
ftpStart(portNumber);
while(this->getQuitStatus() == false) {
ftpExecute();
//sleep(25);
int processedWork = ftpExecute();
if(processedWork == 0) {
sleep(25);
}
}
ftpShutdown();