2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

Complete CArtifactDoll

This commit is contained in:
Jack Andersen
2017-05-12 18:57:24 -10:00
parent e13583ff80
commit 9796ba9244
9 changed files with 292 additions and 48 deletions

View File

@@ -32,7 +32,7 @@ void COptionsScreen::UpdateOptionView()
if (category.first == 0)
return;
float zOff = x38_hightlightPitch * x1c_rightSel;
float zOff = x38_highlightPitch * x1c_rightSel;
const SGameOption& opt = category.second[x1c_rightSel];
switch (opt.type)
{