Clarify ScrollableMultichoice_ProcessInput comment
This commit is contained in:
@@ -2592,7 +2592,7 @@ static void ScrollableMultichoice_ProcessInput(u8 taskId)
|
|||||||
}
|
}
|
||||||
else if (input == task->tNumItems - 1)
|
else if (input == task->tNumItems - 1)
|
||||||
{
|
{
|
||||||
// if selected option was the last one (Exit)
|
// Selected option was the last one (Exit)
|
||||||
CloseScrollableMultichoice(taskId);
|
CloseScrollableMultichoice(taskId);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user