mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
Rename sw's R_Init to sw_R_Init.
For now, the only symbol I'll bother messing with in the sw renderer.
This commit is contained in:
parent
1dd1aec48f
commit
7865f6afe1
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ void Fog_StartAdditive (void);
|
|||
void Fog_StopAdditive (void);
|
||||
void Fog_Init (void);
|
||||
|
||||
void sw_R_Init (void);
|
||||
void R_Init_Cvars (void);
|
||||
void R_InitEfrags (void);
|
||||
void R_ClearState (void);
|
||||
|
|
|
@ -114,7 +114,7 @@ static float dp_time1, dp_time2, db_time1, db_time2, rw_time1, rw_time2;
|
|||
static float se_time1, se_time2, de_time1, de_time2, dv_time1, dv_time2;
|
||||
|
||||
void
|
||||
R_Init (void)
|
||||
sw_R_Init (void)
|
||||
{
|
||||
int dummy;
|
||||
|
||||
|
|
Loading…
Reference in a new issue