That's simply not needed any more.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@669 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5baf239a6d
commit
835a7ea700
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ typedef struct mfog_s
|
||||||
typedef struct msurface_s
|
typedef struct msurface_s
|
||||||
{
|
{
|
||||||
int visframe; // should be drawn when node is crossed
|
int visframe; // should be drawn when node is crossed
|
||||||
int shadowframe, lightframe;
|
int shadowframe;
|
||||||
|
|
||||||
mplane_t *plane;
|
mplane_t *plane;
|
||||||
int flags;
|
int flags;
|
||||||
|
|
Loading…
Reference in a new issue