From 9b437088dfff0303c99f70848f8f404b16ed1e55 Mon Sep 17 00:00:00 2001
From: paramat <mat.gregory@virginmedia.com>
Date: Wed, 20 Apr 2016 07:24:14 +0100
Subject: [PATCH] Textures: Replace menu background fallback dirt_bg.png with
 empty sky texture

---
 builtin/mainmenu/textures.lua  |   4 ++--
 textures/base/pack/dirt_bg.png | Bin 82 -> 0 bytes
 textures/base/pack/menu_bg.png | Bin 0 -> 124 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 100644 textures/base/pack/dirt_bg.png
 create mode 100644 textures/base/pack/menu_bg.png

diff --git a/builtin/mainmenu/textures.lua b/builtin/mainmenu/textures.lua
index 075f38ee0..dadbb093e 100644
--- a/builtin/mainmenu/textures.lua
+++ b/builtin/mainmenu/textures.lua
@@ -179,7 +179,7 @@ function mm_texture.set_dirt_bg()
 		end
 	end
 	
-	--use base pack
-	local minimalpath = defaulttexturedir .. "dirt_bg.png"
+	-- Use universal fallback texture in textures/base/pack
+	local minimalpath = defaulttexturedir .. "menu_bg.png"
 	core.set_background("background", minimalpath, true, 128)
 end
diff --git a/textures/base/pack/dirt_bg.png b/textures/base/pack/dirt_bg.png
deleted file mode 100644
index 29df43912305a909c9cb66e80d7c39a27cb2b5ff..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 82
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;Lx4|+tM`h|P#}}n)5S5QA}%>0
bMTL`*f!TmT(LDN%6iAV$tDnm{r-UW|6~+%S

diff --git a/textures/base/pack/menu_bg.png b/textures/base/pack/menu_bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..ed7e34f61625c8bca81bfee04d6996686ddbb787
GIT binary patch
literal 124
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5XYtOD<JmO7!KrUy2M`SSr
z1Gg{;GcwGYBLNg-FY)wsWq-gT!Y0VD+`gj&D8%FG;uyklJvl*v7sxYUU_8F6wGYT*
N@O1TaS?83{1OObE7(4&~

literal 0
HcmV?d00001

-- 
GitLab