Added full analog input from Pokeys for EIMCtrlType==0

This commit is contained in:
Królik Uszasty
2021-09-11 00:04:12 +02:00
committed by tmj-fstate
parent e76bc97b55
commit 0f22f24eb7
3 changed files with 4 additions and 1 deletions

View File

@@ -7094,6 +7094,7 @@ bool TTrain::Update( double const Deltatime )
&& ( Global.fCalibrateIn[ 2 ][ 1 ] != 0.0 ) ) {
set_master_controller( Console::AnalogCalibrateGet( 2 ) * mvOccupied->MainCtrlPosNo );
mvOccupied->eimic_analog = Console::AnalogCalibrateGet(2);
}
#endif