Changed: Minor change

This commit is contained in:
kervala 2017-01-01 22:40:22 +01:00
parent e1549eb73c
commit d823fe8312

View file

@ -553,7 +553,7 @@ public:
// parse ai instance list
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 !");
throw EParseException(prim, err.c_str());