- lua bugfix for fog of war toggling

- ftp client bugfix for reported segfault
This commit is contained in:
Mark Vejvoda
2011-01-10 00:05:31 +00:00
parent 38da21ae18
commit 7bc6b603b9
4 changed files with 57 additions and 21 deletions

View File

@@ -85,7 +85,9 @@ public:
void addMapToRequests(string mapFilename);
void addTilesetToRequests(string tileSetName);
FTPClientCallbackInterface * getCallBackObject() { return pCBObject; }
FTPClientCallbackInterface * getCallBackObject();
void setCallBackObject(FTPClientCallbackInterface *value);
Mutex * getProgressMutex() { return &mutexProgressMutex; }
};