Reducing diff

This commit is contained in:
grepwood@sucs.org 2021-11-07 03:09:37 +01:00
parent dcde9b3d5a
commit b81b1a0496
1 changed files with 1 additions and 0 deletions

View File

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