mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 05:00:41 +00:00
Fix release builds.
git-svn-id: https://svn.eduke32.com/eduke32@1746 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5582d41553
commit
1467c7b0b6
3 changed files with 0 additions and 6 deletions
|
@ -284,9 +284,7 @@ extern char palfadedelta;
|
|||
|
||||
extern int32_t dommxoverlay, novoxmips;
|
||||
|
||||
#ifdef DEBUGGINGAIDS
|
||||
extern float debug1, debug2;
|
||||
#endif
|
||||
|
||||
#ifdef SUPERBUILD
|
||||
extern int32_t tiletovox[MAXTILES];
|
||||
|
|
|
@ -322,10 +322,8 @@ int32_t baselayer_init(void)
|
|||
{ "vid_contrast","vid_contrast <gamma>: adjusts gamma ramp",(void *)&vid_contrast, CVAR_DOUBLE|CVAR_FUNCPTR, 0, 10 },
|
||||
{ "vid_brightness","vid_brightness <gamma>: adjusts gamma ramp",(void *)&vid_brightness, CVAR_DOUBLE|CVAR_FUNCPTR, 0, 10 },
|
||||
#endif
|
||||
#ifdef DEBUGGINGAIDS
|
||||
{ "debug1","debug counter",(void *)&debug1, CVAR_FLOAT, -100000, 100000 },
|
||||
{ "debug2","debug counter",(void *)&debug2, CVAR_FLOAT, -100000, 100000 },
|
||||
#endif
|
||||
};
|
||||
|
||||
for (i=0; i<sizeof(cvars_engine)/sizeof(cvars_engine[0]); i++)
|
||||
|
|
|
@ -44,9 +44,7 @@
|
|||
|
||||
#define CACHEAGETIME 16
|
||||
|
||||
#ifdef DEBUGGINGAIDS
|
||||
float debug1, debug2;
|
||||
#endif
|
||||
|
||||
static void drawpixel_safe(void* s, char a)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue