mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
goodbye R_Draw2sMultiPatchColumn_8 and R_Draw2sMultiPatchTranslucentColumn_8
This commit is contained in:
parent
b3187d2e2f
commit
3910d99aa7
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,8 @@ void R_DrawColumn_8(void)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
void R_Draw2sMultiPatchColumn_8(void)
|
||||
{
|
||||
INT32 count;
|
||||
|
@ -283,6 +285,8 @@ void R_Draw2sMultiPatchTranslucentColumn_8(void)
|
|||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
/** \brief The R_DrawShadeColumn_8 function
|
||||
Experiment to make software go faster. Taken from the Boom source
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue