More missing constant usage
This commit is contained in:
@@ -1171,7 +1171,7 @@ static void Chat_AskQuitChatting(void)
|
||||
input = ProcessMenuInput();
|
||||
switch (input)
|
||||
{
|
||||
case -1:
|
||||
case MENU_B_PRESSED:
|
||||
case 1:
|
||||
StartDisplaySubtask(CHATDISPLAY_FUNC_DESTROY_YESNO, 0);
|
||||
sChat->funcState = 3;
|
||||
@@ -1210,7 +1210,7 @@ static void Chat_AskQuitChatting(void)
|
||||
input = ProcessMenuInput();
|
||||
switch (input)
|
||||
{
|
||||
case -1:
|
||||
case MENU_B_PRESSED:
|
||||
case 1:
|
||||
StartDisplaySubtask(CHATDISPLAY_FUNC_DESTROY_YESNO, 0);
|
||||
sChat->funcState = 3;
|
||||
@@ -1512,7 +1512,7 @@ static void Chat_SaveAndExit(void)
|
||||
input = ProcessMenuInput();
|
||||
switch (input)
|
||||
{
|
||||
case -1:
|
||||
case MENU_B_PRESSED:
|
||||
case 1:
|
||||
sChat->funcState = 12;
|
||||
break;
|
||||
@@ -1537,7 +1537,7 @@ static void Chat_SaveAndExit(void)
|
||||
input = ProcessMenuInput();
|
||||
switch (input)
|
||||
{
|
||||
case -1:
|
||||
case MENU_B_PRESSED:
|
||||
case 1:
|
||||
sChat->funcState = 12;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user