ref_gl: fix wrong type

This commit is contained in:
Alibek Omarov 2019-10-18 07:51:11 +03:00
parent 94dc801150
commit 49a133514a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static aliashdr_t *m_pAliasHeader;
static trivertex_t *g_poseverts[MAXALIASFRAMES];
static dtriangle_t g_triangles[MAXALIASTRIS];
static stvert_t g_stverts[MAXALIASVERTS];
static qboolean g_used[8192];
static int g_used[8192];
// a pose is a single set of vertexes. a frame may be
// an animating sequence of poses