1
0
Fork 0

Fix a typo

This commit is contained in:
ehofman 2003-12-22 20:18:33 +00:00
parent d14bba8458
commit 5a6858609d

View file

@ -66,7 +66,7 @@ void FGAIBase::Transform() {
bool FGAIBase::init() {
SGPropertyNode *root = globals->get_props()->getNode("ai/modeles", true);
SGPropertyNode *root = globals->get_props()->getNode("ai/models", true);
vector<SGPropertyNode_ptr> p_vec = root->getChildren(_type_str);
unsigned num = p_vec.size();
p_vec.clear();