Merge branch 'fakeplanes-colormap' into 'next'

Don't create colormap data out of sidedef text for fake planes linedef

See merge request STJr/SRB2!648
This commit is contained in:
MascaraSnake 2020-01-09 15:04:33 -05:00
commit 682e683a71
1 changed files with 0 additions and 1 deletions

View File

@ -1120,7 +1120,6 @@ static void P_LoadSidedefs(UINT8 *data)
// Special info stored in texture fields!
switch (sd->special)
{
case 63: // Fake floor/ceiling planes
case 606: //SoM: 4/4/2000: Just colormap transfer
case 447: // Change colormap of tagged sectors! -- Monster Iestyn 14/06/18
case 455: // Fade colormaps! mazmazz 9/12/2018 (:flag_us:)