Fix 3 spaces tabs in field_message_box.c (#2179)
This commit is contained in:
committed by
GitHub
parent
208f97e1e3
commit
276275f837
@@ -29,13 +29,13 @@ static void Task_DrawFieldMessage(u8 taskId)
|
|||||||
switch (task->tState)
|
switch (task->tState)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
LoadMessageBoxAndBorderGfx();
|
LoadMessageBoxAndBorderGfx();
|
||||||
task->tState++;
|
task->tState++;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
DrawDialogueFrame(0, TRUE);
|
DrawDialogueFrame(0, TRUE);
|
||||||
task->tState++;
|
task->tState++;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if (RunTextPrintersAndIsPrinter0Active() != TRUE)
|
if (RunTextPrintersAndIsPrinter0Active() != TRUE)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user