1
0
Fork 0

warning removal, forgot to remove ival when addressing bug 1885

it was the commit  2f84be16f9
This commit is contained in:
jean pellotier 2018-01-26 22:52:20 +01:00
parent e186fc6e2a
commit 2e919544b9

View file

@ -323,7 +323,6 @@ void FGAIMultiplayer::update(double dt)
{
//cout << "Found " << pIt->second->getPath() << ":";
int ival;
float val;
/*
* RJH - 2017-01-25
@ -346,7 +345,6 @@ void FGAIMultiplayer::update(double dt)
// for non linearly changing values (e.g. transponder etc ...)
// fixes: https://sourceforge.net/p/flightgear/codetickets/1885/
pIt->second->setIntValue((*nextPropIt)->int_value);
//cout << "Int: " << ival << "\n";
break;
case props::FLOAT:
case props::DOUBLE: