diff --git a/win32_functional_tests/simulator/global.h b/win32_functional_tests/simulator/global.h index 70e96e5700..0f1fb5eea2 100644 --- a/win32_functional_tests/simulator/global.h +++ b/win32_functional_tests/simulator/global.h @@ -111,4 +111,4 @@ void applyNewConfiguration(void); #define CONFIG(x) persistentState.persistentConfiguration.engineConfiguration.x #define ENGINE(x) engine->x -#define TRIGGER_SHAPE(x) engine->triggerShape.x +#define TRIGGER_SHAPE(x) engine->triggerCentral.triggerShape.x