warning removal, forgot to remove ival when addressing bug 1885
it was the commit 2f84be16f9
This commit is contained in:
parent
e186fc6e2a
commit
2e919544b9
1 changed files with 0 additions and 2 deletions
|
@ -323,7 +323,6 @@ void FGAIMultiplayer::update(double dt)
|
||||||
{
|
{
|
||||||
//cout << "Found " << pIt->second->getPath() << ":";
|
//cout << "Found " << pIt->second->getPath() << ":";
|
||||||
|
|
||||||
int ival;
|
|
||||||
float val;
|
float val;
|
||||||
/*
|
/*
|
||||||
* RJH - 2017-01-25
|
* RJH - 2017-01-25
|
||||||
|
@ -346,7 +345,6 @@ void FGAIMultiplayer::update(double dt)
|
||||||
// for non linearly changing values (e.g. transponder etc ...)
|
// for non linearly changing values (e.g. transponder etc ...)
|
||||||
// fixes: https://sourceforge.net/p/flightgear/codetickets/1885/
|
// fixes: https://sourceforge.net/p/flightgear/codetickets/1885/
|
||||||
pIt->second->setIntValue((*nextPropIt)->int_value);
|
pIt->second->setIntValue((*nextPropIt)->int_value);
|
||||||
//cout << "Int: " << ival << "\n";
|
|
||||||
break;
|
break;
|
||||||
case props::FLOAT:
|
case props::FLOAT:
|
||||||
case props::DOUBLE:
|
case props::DOUBLE:
|
||||||
|
|
Loading…
Reference in a new issue