From a253a6cedd71270bc930b22d1c3dd95df2433f0e Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Wed, 28 Oct 2020 15:41:32 -0400 Subject: [PATCH] Remove rogue line making this function do nothing --- src/hardware/hw_md2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hardware/hw_md2.c b/src/hardware/hw_md2.c index 3d00252e7..c5958de78 100644 --- a/src/hardware/hw_md2.c +++ b/src/hardware/hw_md2.c @@ -607,9 +607,6 @@ void HWR_AddPlayerModel(int skin) // For skins that were added after startup } } - // Check for any MD2s that match the names of sprite names! - while (fscanf(f, "%19s %31s %f %f", name, filename, &scale, &offset) == 4) - // length of the player model prefix prefixlen = strlen(PLAYERMODELPREFIX);