mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Various bug fixes
This commit is contained in:
@@ -77,7 +77,7 @@ void CLogBookScreen::UpdateRightTitles()
|
||||
{
|
||||
std::vector<std::pair<CAssetId, bool>>& category =
|
||||
x19c_scanCompletes[x70_tablegroup_leftlog->GetUserSelection()];
|
||||
for (int i=0 ; xd8_textpane_titles.size() ; ++i)
|
||||
for (int i=0 ; i<xd8_textpane_titles.size() ; ++i)
|
||||
{
|
||||
std::u16string string;
|
||||
size_t scanIndex = x18_firstViewRightSel + i;
|
||||
|
||||
Reference in New Issue
Block a user