Fix startcolor

This commit is contained in:
NepDisk 2024-12-30 13:22:48 -05:00
parent 1f2de36907
commit c9fd66be7f
3 changed files with 3 additions and 3 deletions

View file

@ -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};

View file

@ -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"

View file

@ -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;