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;