From aa696e8cf8396b1f6f798d8d24385a62c8865e16 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 11 Feb 2016 21:49:13 +0100 Subject: [PATCH] do not delete q3map2_*.shader on minimap generation --- tools/quake3/q3map2/minimap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/quake3/q3map2/minimap.c b/tools/quake3/q3map2/minimap.c index 5fbc2323..204e396c 100644 --- a/tools/quake3/q3map2/minimap.c +++ b/tools/quake3/q3map2/minimap.c @@ -483,7 +483,6 @@ int MiniMapBSPMain( int argc, char **argv ){ StripExtension( source ); DefaultExtension( source, ".bsp" ); Sys_Printf( "Loading %s\n", source ); - BeginMapShaderFile( source ); LoadShaderInfo(); LoadBSPFile( source );