2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Various bug fixes and CAnimTree implementations

This commit is contained in:
Jack Andersen
2018-01-03 18:17:44 -10:00
parent 53bb9f1ba0
commit 99fc9e3598
38 changed files with 339 additions and 140 deletions

View File

@@ -425,7 +425,7 @@ void CLogBookScreen::VActivate()
x70_tablegroup_leftlog->GetWorkerWidget(i)->SetIsSelectable(false);
}
void CLogBookScreen::RightTableSelectionChanged(int selBegin, int selEnd)
void CLogBookScreen::RightTableSelectionChanged(int oldSel, int newSel)
{
UpdateRightTitles();
}