forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2004-12-21 04:35:19 +00:00
parent 5baf239a6d
commit 835a7ea700
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ typedef struct mfog_s
typedef struct msurface_s
{
int visframe; // should be drawn when node is crossed
int shadowframe, lightframe;
int shadowframe;
mplane_t *plane;
int flags;