Merge branch 'development' into console-func-refactor

Conflicts:
	Engine/source/console/compiledEval.cpp
This commit is contained in:
Daniel Buckmaster 2014-10-20 09:29:44 +11:00
commit 4c07c55121
4 changed files with 19 additions and 160 deletions

View file

@ -372,6 +372,8 @@ SimObject* findObject(const char* name)
return NULL;
return obj->findObject(temp);
}
else if (c < '0' || c > '9')
return NULL;
}
}
S32 len;