From 36939696e2d46a699e2a95b2e72fb516ebb2999b Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 21 Dec 2022 15:15:47 -0500 Subject: [PATCH] missed one --- source/gl_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_model.c b/source/gl_model.c index 8f6c11f..2c37b37 100644 --- a/source/gl_model.c +++ b/source/gl_model.c @@ -2492,7 +2492,7 @@ void *Mod_LoadAllSkins (int numskins, daliasskintype_t *pskintype) if (loadmodel->flags & MF_HOLEY) texflags |= TEXPREF_ALPHA; - if (model_is_zombie(loadmodel->name) == qtrue) { + if (model_is_zombie(loadmodel->name) == true) { Mod_FloodFillSkin(skin, pheader->skinwidth, pheader->skinheight); // save 8 bit texels for the player model to remap