mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-04 15:31:05 +00:00
Fucking shadowed declarations in hw_md2.c
This commit is contained in:
parent
cbf565c6d6
commit
0b887e92ba
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,6 @@ static void HWR_CreateBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch,
|
||||||
UINT8 cutoff[16]; // Brightness cutoff before using the next color
|
UINT8 cutoff[16]; // Brightness cutoff before using the next color
|
||||||
UINT8 translen = 0;
|
UINT8 translen = 0;
|
||||||
UINT8 i;
|
UINT8 i;
|
||||||
UINT16 b;
|
|
||||||
UINT8 colorbrightnesses[16];
|
UINT8 colorbrightnesses[16];
|
||||||
UINT8 color_match_lookup[256]; // optimization attempt
|
UINT8 color_match_lookup[256]; // optimization attempt
|
||||||
|
|
||||||
|
@ -743,6 +742,7 @@ static void HWR_CreateBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch,
|
||||||
|
|
||||||
if (skinnum == TC_RAINBOW && translen > 0)
|
if (skinnum == TC_RAINBOW && translen > 0)
|
||||||
{
|
{
|
||||||
|
UINT16 b;
|
||||||
INT32 compare;
|
INT32 compare;
|
||||||
|
|
||||||
for (i = 0; i < translen; i++) // moved from inside the loop to here
|
for (i = 0; i < translen; i++) // moved from inside the loop to here
|
||||||
|
|
Loading…
Reference in a new issue