From 6e3ea5cabbcb7bdcdb7ee04fdec31607273e02b8 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Sat, 19 May 2001 16:22:35 +0000 Subject: [PATCH] whitespace --- qw/source/gl_skin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/gl_skin.c b/qw/source/gl_skin.c index b5b9e42a1..337138959 100644 --- a/qw/source/gl_skin.c +++ b/qw/source/gl_skin.c @@ -234,7 +234,7 @@ Skin_Process (skin_t *skin, tex_t *tex) if (Mod_CalcFullbright (tex->data, ptexels, pixels)) { skin->fb_texture = player_fb_textures + (skin - skin_cache); - build_skin (skin->fb_texture, ptexels, tex->width, tex->height, + build_skin (skin->fb_texture, ptexels, tex->width, tex->height, 296, 194, true); } }