mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 03:51:32 +00:00
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);
|
width = 8 * strlen(line1);
|
||||||
height = 8;
|
height = 8;
|
||||||
|
|
||||||
if (!HUD_PrepareDraw(hud, width, height, &x, &y))
|
if (!HUD_PrepareDraw(hud, width, height, &x, &y))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Draw_SString(x, y, line1, 1);
|
Draw_SString(x, y, line1, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue