Fix 3 spaces tabs in field_message_box.c (#2179)

This commit is contained in:
FosterProgramming
2025-09-10 07:44:14 +02:00
committed by GitHub
parent 208f97e1e3
commit 276275f837

View File

@@ -29,13 +29,13 @@ static void Task_DrawFieldMessage(u8 taskId)
switch (task->tState)
{
case 0:
LoadMessageBoxAndBorderGfx();
task->tState++;
break;
LoadMessageBoxAndBorderGfx();
task->tState++;
break;
case 1:
DrawDialogueFrame(0, TRUE);
task->tState++;
break;
DrawDialogueFrame(0, TRUE);
task->tState++;
break;
case 2:
if (RunTextPrintersAndIsPrinter0Active() != TRUE)
{