From 828804e6eb906c00be9e1cb875da6c8af2d23114 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 ); -- 2.39.2