Fix indentation in ezhud to avoid confusing the compiler.

This commit is contained in:
Daniel Svensson 2023-12-22 11:02:03 +01:00
parent 317ca00298
commit ab1e8d321a
1 changed files with 2 additions and 2 deletions

View File

@ -7969,8 +7969,8 @@ static void SCR_HUD_DrawNotImplemented(hud_t *hud)
width = 8 * strlen(line1);
height = 8;
if (!HUD_PrepareDraw(hud, width, height, &x, &y))
return;
if (!HUD_PrepareDraw(hud, width, height, &x, &y))
return;
Draw_SString(x, y, line1, 1);
}