mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Fix NOHW compiling
This commit is contained in:
parent
3437b0690a
commit
04d774c765
1 changed files with 2 additions and 2 deletions
|
@ -1401,8 +1401,6 @@ static void P_LoadRawSideDefs2(void *data)
|
||||||
{
|
{
|
||||||
UINT16 i;
|
UINT16 i;
|
||||||
INT32 num;
|
INT32 num;
|
||||||
size_t j;
|
|
||||||
RGBA_t color;
|
|
||||||
|
|
||||||
for (i = 0; i < numsides; i++)
|
for (i = 0; i < numsides; i++)
|
||||||
{
|
{
|
||||||
|
@ -1469,6 +1467,8 @@ static void P_LoadRawSideDefs2(void *data)
|
||||||
|| (msd->bottomtexture[0] == '#' && msd->bottomtexture[1] && msd->bottomtexture[2] && msd->bottomtexture[3] && msd->bottomtexture[4] && msd->bottomtexture[5] && msd->bottomtexture[6]))
|
|| (msd->bottomtexture[0] == '#' && msd->bottomtexture[1] && msd->bottomtexture[2] && msd->bottomtexture[3] && msd->bottomtexture[4] && msd->bottomtexture[5] && msd->bottomtexture[6]))
|
||||||
{
|
{
|
||||||
char *col;
|
char *col;
|
||||||
|
RGBA_t color;
|
||||||
|
size_t j;
|
||||||
|
|
||||||
sec->midmap = R_CreateColormap(msd->toptexture, msd->midtexture,
|
sec->midmap = R_CreateColormap(msd->toptexture, msd->midtexture,
|
||||||
msd->bottomtexture);
|
msd->bottomtexture);
|
||||||
|
|
Loading…
Reference in a new issue