Fix indentation in ezhud to avoid confusing the compiler.
This commit is contained in:
parent
317ca00298
commit
ab1e8d321a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue