mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
I forgot a `static
`
This commit is contained in:
parent
919864d0f3
commit
0ec800b266
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue