Merge branch 'development' into LTS_development
# Conflicts: # src/input/input.cpp
This commit is contained in:
commit
cac503f774
7 changed files with 218 additions and 133 deletions
|
@ -97,7 +97,9 @@ namespace Controller {
|
|||
p[it.key()] = p[it.key()].asString();
|
||||
if (p[it.key()].asStringRef().size() > 0){
|
||||
argarr[argnum++] = (char*)((*it)["option"].asStringRef().c_str());
|
||||
argarr[argnum++] = (char*)(p[it.key()].asStringRef().c_str());
|
||||
if (it->isMember("type")){
|
||||
argarr[argnum++] = (char*)(p[it.key()].asStringRef().c_str());
|
||||
}
|
||||
}
|
||||
}else{
|
||||
if (it.key() == "debug"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue