- 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

@@ -42,7 +42,7 @@ void ftpInit(ftpFindExternalFTPServerIpType cb1, ftpAddUPNPPortForwardType cb2,
int ftpCreateAccount(const char* name, const char* passw, const char* root, int accRights);
int ftpStart(int portNumber);
int ftpShutdown(void);
void ftpExecute(void);
int ftpExecute(void);
int ftpState(void);
#ifdef __cplusplus