- Amend 2865fef7ed as accidentally returned horizon as Build and not Q16.16.

This commit is contained in:
Mitchell Richters 2020-10-10 17:52:43 +11:00
parent 2865fef7ed
commit 8f68e8b4a1
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ void DoPlayer(bool bSet, int lVar1, int lLabelID, int lVar2, int sActor, int sPl
}
else
{
auto center = ps[iPlayer].sync.actions & SB_CENTERVIEW ? xs_CRoundToInt(ps[iPlayer].horizon.horiz.asbuild() * (9. / gi->playerHorizMax())) : 0;
auto center = ps[iPlayer].sync.actions & SB_CENTERVIEW ? xs_CRoundToInt(ps[iPlayer].horizon.horiz.asq16() * (9. / gi->playerHorizMax())) : 0;
SetGameVarID((int)lVar2, center, sActor, sPlayer);
}
break;