1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

[programming challenge]

* stupid AI will print more info
* proper handling of too long processing of battle end calls
* doxygenized some comments
This commit is contained in:
Michał W. Urbańczyk
2011-12-03 23:40:56 +00:00
parent 3fbaaac6d9
commit 85588b6bda
17 changed files with 371 additions and 130 deletions

View File

@ -22,7 +22,7 @@
template<typename rett>
rett * createAny(std::string dllname, std::string methodName)
{
char temp[50];
char temp[500];
rett * ret=NULL;
rett*(*getAI)();
void(*getName)(char*);