1
0
mirror of synced 2024-11-14 10:27:47 +01:00

Fix Test Menu F355 Challenge Effect

This commit is contained in:
Boomslangnz 2023-03-05 20:16:16 +13:00
parent 98293e8766
commit dd18e09d5c

View File

@ -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;