From b81b1a04965b255ce2c36b23ffe9f16ea23f4a7a Mon Sep 17 00:00:00 2001 From: "grepwood@sucs.org" Date: Sun, 7 Nov 2021 03:09:37 +0100 Subject: [PATCH] Reducing diff --- SpaceCadetPinball/TBall.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SpaceCadetPinball/TBall.cpp b/SpaceCadetPinball/TBall.cpp index db27e43..25dd48f 100644 --- a/SpaceCadetPinball/TBall.cpp +++ b/SpaceCadetPinball/TBall.cpp @@ -37,6 +37,7 @@ TBall::TBall(TPinballTable* table) : TPinballComponent(table, -1, false) if (pb::FullTiltMode) ballGroupName[4] = '0' + fullscrn::GetResolution(); auto groupIndex = loader::query_handle(ballGroupName); + Offset = *loader::query_float_attribute(groupIndex, 0, 500); auto visualCount = loader::query_visual_states(groupIndex); auto index = 0;