mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
Changed R_FireColor() to R_FireColor_f(void) --- the latter form is required to compile with MSVC
This commit is contained in:
parent
ffe219aee1
commit
3b1140ac06
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -1039,7 +1039,7 @@ R_UpdateFires (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
R_FireColor_f()
|
R_FireColor_f(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue