From 5ebb90cdd6c6b35ced01d274d6e7b199c4e9cd58 Mon Sep 17 00:00:00 2001 From: Jaime Passos Date: Tue, 5 Nov 2019 12:28:01 -0300 Subject: [PATCH] tweak fade colormaps just a little bit --- src/f_finale.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/f_finale.h b/src/f_finale.h index 4766af652..def8232b0 100644 --- a/src/f_finale.h +++ b/src/f_finale.h @@ -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);