Fix NOHW compiling

This commit is contained in:
James R 2019-09-18 10:55:46 -07:00
parent 5ef48c186f
commit 4eae79bdb4

View file

@ -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
{ {