remove useless test
This commit is contained in:
parent
6867462210
commit
b0b5c2dda9
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ FGDialog::setupObject (puObject * object, SGPropertyNode * props)
|
|||
j++;
|
||||
|
||||
const char *cmd = bindings[i]->getStringValue("command");
|
||||
if (!strcmp(cmd, "nasal") && _module[0])
|
||||
if (!strcmp(cmd, "nasal"))
|
||||
bindings[i]->setStringValue("module", _module.c_str());
|
||||
|
||||
binding = dest->getChild("binding", j, true);
|
||||
|
|
Loading…
Add table
Reference in a new issue