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:
@ -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*);
|
||||
|
Reference in New Issue
Block a user