r_shadows fix

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1348 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-09-21 01:14:58 +00:00
parent b63737c08b
commit e9a0c2edc3
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ typedef struct shadowmesh_s {
struct {
short count;
short count2;
short next;
short prev;
int next;
int prev;
} edge[MAX_MAP_EDGES];
int firstedge;