mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-11 20:31:06 +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
|
||||
sd->bottomtexture = num;
|
||||
}
|
||||
break;
|
||||
}
|
||||
#ifdef HWRENDER
|
||||
else
|
||||
|
@ -1541,9 +1540,9 @@ static void P_LoadRawSideDefs2(void *data)
|
|||
else
|
||||
sd->bottomtexture = num;
|
||||
}
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
||||
case 413: // Change music
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue