mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
Changed ENGINE_BRANCH string
This commit is contained in:
parent
610157fe8f
commit
4879fb78ea
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
// RB end
|
||||
|
||||
// jmarshall
|
||||
#define ENGINE_BRANCH "Imgui docking"
|
||||
#define ENGINE_BRANCH "Retro 80s/90s"
|
||||
// jmarshall end
|
||||
|
||||
#ifdef STANDALONE
|
||||
|
|
|
@ -302,7 +302,7 @@ idCVar r_useCRTPostFX( "r_useCRTPostFX", "0", CVAR_RENDERER | CVAR_ARCHIVE | CVA
|
|||
idCVar r_crtCurvature( "r_crtCurvature", "2", CVAR_RENDERER | CVAR_FLOAT, "rounded borders" );
|
||||
idCVar r_crtVignette( "r_crtVignette", "0.8", CVAR_RENDERER | CVAR_FLOAT, "fading into the borders" );
|
||||
|
||||
idCVar r_renderMode( "r_renderMode", "0", CVAR_RENDERER | CVAR_ARCHIVE | CVAR_INTEGER, "0 = Doom, 1 = Commodore 64 240p, 2 = Commodore 64 480i, 3 = Sega Genesis 240p, 4 = Sega Genesis 480i, 5 = Sony PSX 240p", 0, 5 );
|
||||
idCVar r_renderMode( "r_renderMode", "0", CVAR_RENDERER | CVAR_ARCHIVE | CVAR_INTEGER, "0 = Doom, 1 = Commodore 64, 2 = Commodore 64 Highres, 3 = Sega Genesis, 4 = Sega Genesis Highres, 5 = Sony PSX", 0, 5 );
|
||||
// RB end
|
||||
|
||||
const char* fileExten[4] = { "tga", "png", "jpg", "exr" };
|
||||
|
|
Loading…
Reference in a new issue