Fix startcolor
This commit is contained in:
parent
1f2de36907
commit
c9fd66be7f
3 changed files with 3 additions and 3 deletions
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue