this should fix the skating statues

This commit is contained in:
Bill Currie 2001-10-29 19:38:20 +00:00
parent 5819fc200c
commit 00514d744e

View file

@ -367,6 +367,8 @@ GL_GetAliasFrameVerts (int frame, aliashdr_t *paliashdr, entity_t *e)
lastposenum = e->pose2; lastposenum = e->pose2;
return vo; return vo;
} }
} else {
verts += pose * count;
} }
for (i = 0; i < count; i++) { for (i = 0; i < count; i++) {
vo->verts[i].vert[0] = verts[i].v[0]; vo->verts[i].vert[0] = verts[i].v[0];