mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 04:41:17 +00:00
Fix NOHW compiling
This commit is contained in:
parent
5ef48c186f
commit
4eae79bdb4
1 changed files with 1 additions and 2 deletions
|
@ -1468,7 +1468,6 @@ static void P_LoadRawSideDefs2(void *data)
|
||||||
else
|
else
|
||||||
sd->bottomtexture = num;
|
sd->bottomtexture = num;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
#ifdef HWRENDER
|
#ifdef HWRENDER
|
||||||
else
|
else
|
||||||
|
@ -1541,9 +1540,9 @@ static void P_LoadRawSideDefs2(void *data)
|
||||||
else
|
else
|
||||||
sd->bottomtexture = num;
|
sd->bottomtexture = num;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
|
|
||||||
case 413: // Change music
|
case 413: // Change music
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue