From c9fd66be7f46860a5c04fb8f18686fa59024b663 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 30 Dec 2024 13:22:48 -0500 Subject: [PATCH] Fix startcolor --- src/r_draw.cpp | 2 +- src/r_plane.cpp | 2 +- src/r_segs.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/r_draw.cpp b/src/r_draw.cpp index 27889bea7..e063c57ee 100644 --- a/src/r_draw.cpp +++ b/src/r_draw.cpp @@ -150,7 +150,7 @@ float zeroheight; #define TT_CACHE_SIZE (MAXSKINS + 9) #define SKIN_RAMP_LENGTH 16 -#define DEFAULT_STARTTRANSCOLOR 96 +#define DEFAULT_STARTTRANSCOLOR 160 #define NUM_PALETTE_ENTRIES 256 static UINT8 **translationtablecache[TT_CACHE_SIZE] = {NULL}; diff --git a/src/r_plane.cpp b/src/r_plane.cpp index 0e9006cc0..4092f777d 100644 --- a/src/r_plane.cpp +++ b/src/r_plane.cpp @@ -32,7 +32,7 @@ #include "r_portal.h" #include "core/thread_pool.h" #include "r_fps.h" -#include "r_debug.hpp" +// #include "r_debug.hpp" #include "v_video.h" #include "w_wad.h" diff --git a/src/r_segs.cpp b/src/r_segs.cpp index c31731fce..fb979eafa 100644 --- a/src/r_segs.cpp +++ b/src/r_segs.cpp @@ -36,7 +36,7 @@ #include "core/memory.h" #include "core/thread_pool.h" #include "k_terrain.h" -#include "r_debug.hpp" +//#include "r_debug.hpp" extern "C" consvar_t cv_debugfinishline;