tweak fade colormaps just a little bit

This commit is contained in:
Jaime Passos 2019-11-05 12:28:01 -03:00
parent 00d76bd9ef
commit 5ebb90cdd6
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ extern wipestyleflags_t wipestyleflags;
#define FADECOLORMAPDIV 8
#define FADECOLORMAPROWS (256/FADECOLORMAPDIV)
#define FADEREDFACTOR 20
#define FADEGREENFACTOR 20
#define FADEREDFACTOR 15
#define FADEGREENFACTOR 15
#define FADEBLUEFACTOR 10
void F_WipeStartScreen(void);