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:
Bill Currie 2012-02-22 22:12:29 +09:00
parent 1dd1aec48f
commit 7865f6afe1
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -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;