mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
fix
This commit is contained in:
parent
4f3b2c93be
commit
5d13750aa3
1
lib/NintendoSDK-NEX
Submodule
1
lib/NintendoSDK-NEX
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 462947c1d88d365b1c2e2de6b5beb8ca78ab056a
|
||||
|
|
@ -63,11 +63,10 @@ void WindowConfirm::setTxtList(s32 index, const char16* message) {
|
|||
}
|
||||
|
||||
void WindowConfirm::setListNum(s32 num) {
|
||||
SelectionType selectionType = (SelectionType)num;
|
||||
mSelection.selectionType = selectionType;
|
||||
if (selectionType == SelectionType::List01)
|
||||
mSelection.selectionType = (SelectionType)num;
|
||||
if (mSelection.selectionType == SelectionType::List01)
|
||||
setCancelIdx((s32)SelectionType::List00);
|
||||
if (selectionType == SelectionType::List02)
|
||||
if (mSelection.selectionType == SelectionType::List02)
|
||||
setCancelIdx((s32)SelectionType::HardKey);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue