diff --git a/src/ai/ai_scanner.cpp b/src/ai/ai_scanner.cpp index 6bcf883e75..de2715c9f3 100644 --- a/src/ai/ai_scanner.cpp +++ b/src/ai/ai_scanner.cpp @@ -160,6 +160,8 @@ AIScanner::AIScanner() this->engine->AddClassBegin("AILibrary"); this->engine->AddClassEnd(); this->engine->AddMethod("RegisterLibrary", &AILibrary::Constructor, 2, "tx"); + this->engine->AddConst("AICONFIG_RANDOM", AICONFIG_RANDOM); + this->engine->AddConst("AICONFIG_BOOLEAN", AICONFIG_BOOLEAN); /* Mark this class as global pointer */ this->engine->SetGlobalPointer(this);