- removed v_video.h include from portals.h

This has no business in a play related file which also made no use of it.
This commit is contained in:
Christoph Oelckers 2019-02-01 00:30:21 +01:00
commit e3eaa5964d
23 changed files with 22 additions and 2 deletions

View file

@ -67,6 +67,7 @@
#include "r_utility.h"
#include "c_functions.h"
#include "g_levellocals.h"
#include "v_video.h"
extern FILE *Logfile;
extern bool insave;