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:
parent
b63737c08b
commit
e9a0c2edc3
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ typedef struct shadowmesh_s {
|
||||||
struct {
|
struct {
|
||||||
short count;
|
short count;
|
||||||
short count2;
|
short count2;
|
||||||
short next;
|
int next;
|
||||||
short prev;
|
int prev;
|
||||||
} edge[MAX_MAP_EDGES];
|
} edge[MAX_MAP_EDGES];
|
||||||
int firstedge;
|
int firstedge;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue