Changed: Minor change

--HG--
branch : develop
This commit is contained in:
kervala 2017-01-01 22:40:22 +01:00
parent 1bb75d8956
commit 065d1dc84c

View file

@ -553,7 +553,7 @@ public:
// parse ai instance list // parse ai instance list
vector<string> vs = md.getPropertyArray(prim, "ai_instances", true, false); vector<string> vs = md.getPropertyArray(prim, "ai_instances", true, false);
/* if (vs..empty()) /* if (vs.empty())
{ {
string err = toString("crash block need at least one ai instance !"); string err = toString("crash block need at least one ai instance !");
throw EParseException(prim, err.c_str()); throw EParseException(prim, err.c_str());