1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

Synchronization with trunk, elimination of some warnings

This commit is contained in:
paracelsus
2013-03-04 22:39:56 +00:00
parent d96e7cae4a
commit 2ad2fc83f1
24 changed files with 2650 additions and 2376 deletions

View File

@ -499,7 +499,7 @@ void CVCMIServer::loadGame()
gh.run(true);
}
#ifndef __GNUC__
#ifdef _WIN32
int _tmain(int argc, _TCHAR* argv[])
#else
int main(int argc, char** argv)