Fix silly q3-crash bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6197 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
51ed3456e8
commit
a5cb7af5d1
1 changed files with 1 additions and 0 deletions
|
@ -2638,6 +2638,7 @@ static void R_Sprite_GenerateTrisoup(entity_t *e, int bemode)
|
|||
genframe.down = genframe.left = -1;
|
||||
genframe.up = genframe.right = 1;
|
||||
genframe.xmirror = false;
|
||||
genframe.lit = false;
|
||||
sprtype = SPR_VP_PARALLEL;
|
||||
frame = &genframe;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue