chore: cleanup names

This commit is contained in:
2026-09-06 19:08:30 -04:00
parent 7b4821d329
commit afbd3fef00
36 changed files with 202 additions and 251 deletions
@@ -68,8 +68,8 @@ HRESULT CScene_DebugSetCamera::OnNotifyPressEx(HXUIOBJ hObjPressed, XUINotifyPre
if (hObjPressed == m_teleport)
{
app.SetXuiServerAction( ProfileManager.GetPrimaryPad(),
eXuiServerAction_SetCameraLocation,
app.SetUIServerAction( ProfileManager.GetPrimaryPad(),
eUIServerAction_SetCameraLocation,
(void *)currentPosition);
rfHandled = TRUE;
}