whitespace

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-19 16:22:35 +00:00
parent aef4cd6da7
commit 6e3ea5cabb
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}