Fix Test Menu F355 Challenge Effect
This commit is contained in:
parent
98293e8766
commit
dd18e09d5c
@ -3912,7 +3912,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
||||
triggers->Constant(constants->DIRECTION_FROM_LEFT, percentForce);
|
||||
}
|
||||
|
||||
if (stateFFB > 0xE8 && stateFFB < 0xD0)
|
||||
if (stateFFB > 0xE8 && stateFFB < 0xF0)
|
||||
{
|
||||
double percentForce = (stateFFB - 232) / 8.0;
|
||||
double percentLength = 100;
|
||||
|
Loading…
Reference in New Issue
Block a user