mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Fix compile error
This commit is contained in:
parent
ba723f5296
commit
bd8b05e10a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ static void R_ShutdownRenderer();
|
|||
|
||||
extern short *openings;
|
||||
extern bool r_fakingunderwater;
|
||||
extern "C" int fuzzviewheight;
|
||||
extern int fuzzviewheight;
|
||||
extern subsector_t *InSubsector;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue