mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Accidental missing (void)
This commit is contained in:
parent
bc7686c16a
commit
31ee16181f
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ static void R_InitSpriteLumps(void)
|
||||||
// R_CreateFadeColormaps
|
// R_CreateFadeColormaps
|
||||||
//
|
//
|
||||||
|
|
||||||
static void R_CreateFadeColormaps()
|
static void R_CreateFadeColormaps(void)
|
||||||
{
|
{
|
||||||
UINT8 px, fade;
|
UINT8 px, fade;
|
||||||
RGBA_t rgba;
|
RGBA_t rgba;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue