I forgot a ``static``

This commit is contained in:
Jaime Passos 2019-12-26 17:20:17 -03:00
parent 919864d0f3
commit 0ec800b266
1 changed files with 1 additions and 1 deletions

View File

@ -2863,7 +2863,7 @@ static void R_DrawRepeatFlippedMaskedColumn(column_t *col)
// R_RenderThickSegLoop
// Like R_RenderSegLoop, but for thick sides.
//
void R_RenderThickSegLoop(void)
static void R_RenderThickSegLoop(void)
{
column_t *col;
size_t pindex;