Allow setting the colormap from mapinfo (dsda-doom)
This commit is contained in:
parent
478a832515
commit
e12f2ce0fe
4 changed files with 20 additions and 1 deletions
|
|
@ -1821,6 +1821,12 @@ void FLevelLocals::Init()
|
|||
flags |= LEVEL_HASFADETABLE;
|
||||
}
|
||||
}
|
||||
|
||||
if (strnicmp (info->CustomColorMap.GetChars(), "COLORMAP", 8) != 0)
|
||||
{
|
||||
flags3 |= LEVEL3_HAS_CUSTOM_COLORMAP;
|
||||
}
|
||||
|
||||
airsupply = info->airsupply*TICRATE;
|
||||
outsidefog = info->outsidefog;
|
||||
WallVertLight = info->WallVertLight*2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue