mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
* version set 0.73b
* config entry for 1600x1200 resolution * several fixes * http://vcmi.antypika.aplus.pl/forum/viewtopic.php?p=3185#3185
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "GeneralAI.h"
|
||||
#include "../../CCallback.h"
|
||||
|
||||
using namespace GeniusAI::GeneralAI;
|
||||
|
||||
@ -15,4 +16,5 @@ void CGeneralAI::init(ICallback *CB)
|
||||
{
|
||||
assert(CB != NULL);
|
||||
m_cb = CB;
|
||||
CB->waitTillRealize = true;
|
||||
}
|
Reference in New Issue
Block a user