Added Any constant in CBot

master
krzys-h 2015-07-07 19:01:18 +02:00
parent 79c5fabfe6
commit 5da4adad41
1 changed files with 1 additions and 0 deletions

View File

@ -3790,6 +3790,7 @@ void CScriptFunctions::Init()
if (token[0] != 0)
CBotProgram::DefineNum(token, type);
}
CBotProgram::DefineNum("Any", OBJECT_NULL);
CBotProgram::DefineNum("White", 0);
CBotProgram::DefineNum("Black", 1);