I forgot a `static`

This commit is contained in:
Jaime Passos 2019-12-26 17:20:17 -03:00
parent 919864d0f3
commit 0ec800b266

View file

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