- fixed linkage for fuzzviewheight

- fixed naming conflict with GCC's virtual table.
This commit is contained in:
Christoph Oelckers 2016-12-07 18:39:09 +01:00
commit 6adcba3c4b
3 changed files with 4 additions and 4 deletions

View file

@ -118,7 +118,7 @@ static void R_ShutdownRenderer();
extern short *openings;
extern bool r_fakingunderwater;
extern "C" int fuzzviewheight;
extern int fuzzviewheight;
extern subsector_t *InSubsector;