- Darkened the console background a little after finding out that on
very bright title pics it became quite hard to read the console's contents. - Fixed: PROP_Translation needed to be changed for the new value format. - Added GZDoom's MAPINFO fog parameters as no op dummies so I can use WADs that contain them without constantly having to edit the MAPINFO. It also allows using them to optimize hardware fog for WADs that should run with ZDoom as well. SVN r649 (trunk)
This commit is contained in:
parent
834e4bef32
commit
f1241099f8
5 changed files with 21 additions and 2 deletions
|
|
@ -297,7 +297,7 @@ void C_InitConsole (int width, int height, bool ingame)
|
|||
if (conback <= 0)
|
||||
{
|
||||
conback = TexMan.GetTexture (gameinfo.titlePage, FTexture::TEX_MiscPatch);
|
||||
conshade = MAKEARGB(80,0,0,0);
|
||||
conshade = MAKEARGB(120,0,0,0);
|
||||
conline = true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue