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) 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)
{ {