this might fix the periodic crash with a null polylist

This commit is contained in:
zeromus 2009-05-20 04:31:18 +00:00
parent ce9523d39c
commit e9537e2468
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ void gfx3d_reset()
{
gfx3d = GFX3D();
drawPending = FALSE;
flushPending = FALSE;
listTwiddle = 1;
twiddleLists();