mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
I forgot a `static`
This commit is contained in:
parent
1ac4b608dc
commit
51e51dfa4c
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…
Add table
Reference in a new issue