mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
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:
commit
682e683a71
1 changed files with 0 additions and 1 deletions
|
@ -1120,7 +1120,6 @@ static void P_LoadSidedefs(UINT8 *data)
|
||||||
// Special info stored in texture fields!
|
// Special info stored in texture fields!
|
||||||
switch (sd->special)
|
switch (sd->special)
|
||||||
{
|
{
|
||||||
case 63: // Fake floor/ceiling planes
|
|
||||||
case 606: //SoM: 4/4/2000: Just colormap transfer
|
case 606: //SoM: 4/4/2000: Just colormap transfer
|
||||||
case 447: // Change colormap of tagged sectors! -- Monster Iestyn 14/06/18
|
case 447: // Change colormap of tagged sectors! -- Monster Iestyn 14/06/18
|
||||||
case 455: // Fade colormaps! mazmazz 9/12/2018 (:flag_us:)
|
case 455: // Fade colormaps! mazmazz 9/12/2018 (:flag_us:)
|
||||||
|
|
Loading…
Reference in a new issue