Changed R_FireColor() to R_FireColor_f(void) --- the latter form is required to compile with MSVC

This commit is contained in:
Anton E. Gavrilov 2000-05-05 15:53:32 +00:00
parent ffe219aee1
commit 3b1140ac06
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
void R_InitBubble(); void R_InitBubble();
void R_FireColor_f(); void R_FireColor_f(void);
extern cvar_t *r_clearcolor; extern cvar_t *r_clearcolor;

View file

@ -1039,7 +1039,7 @@ R_UpdateFires (void)
} }
void void
R_FireColor_f() R_FireColor_f(void)
{ {
int i; int i;