mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 22:33:32 +00:00
Mark as static
This commit is contained in:
parent
33ebe47816
commit
3097b8c0d9
1 changed files with 1 additions and 1 deletions
|
@ -2669,7 +2669,7 @@ static void HWR_Subsector(size_t num)
|
|||
// BP: big hack for a test in lighning ref : 1249753487AB
|
||||
fixed_t *hwbbox;
|
||||
|
||||
void HWR_RenderBSPNode(INT32 bspnum)
|
||||
static void HWR_RenderBSPNode(INT32 bspnum)
|
||||
{
|
||||
node_t *bsp;
|
||||
INT32 side;
|
||||
|
|
Loading…
Reference in a new issue