misc fixes/corrections for 2.1.15 compiling

misc. fixes to get the stupid setup to compile, again
This commit is contained in:
yellowtd 2016-05-26 01:48:03 -04:00
parent 4ac016aeb7
commit b669d24817
3 changed files with 1 additions and 6 deletions

View file

@ -41,9 +41,6 @@ void DEH_Check(void);
fixed_t get_number(const char *word);
//yellowtd: make get_mus an extern
extern UINT16 get_mus(const char *word);
#ifdef HAVE_BLUA
boolean LUA_SetLuaAction(void *state, const char *actiontocompare);
const char *LUA_GetActionName(void *action);

View file

@ -22,8 +22,6 @@
#include "hw_glob.h"
#include "hw_defs.h"
#define ALAM_LIGHTING //yellowtd: Define ALAM_LIGHTING for this branch
#define NUMLIGHTFREESLOTS 32 // Free light slots (for SOCs)
#ifdef ALAM_LIGHTING

View file

@ -544,7 +544,7 @@ static void HWR_RenderPlane(sector_t *shittyUnusedVariable, extrasubsector_t *xs
static FOutVector *planeVerts = NULL;
static UINT16 numAllocedPlaneVerts = 0;
(void)sector; ///@TODO remove shitty unused variable
(void)shittyUnusedVariable; ///@TODO remove shitty unused variable
// no convex poly were generated for this subsector
if (!xsub->planepoly)