diff --git a/builtin/mm_textures.lua b/builtin/mm_textures.lua
index 60bb3eb31dd590140dbd76e9ac5b20c690a28018..92a58116445da36220841b1c4a5308f834a98d52 100644
--- a/builtin/mm_textures.lua
+++ b/builtin/mm_textures.lua
@@ -89,6 +89,9 @@ function mm_texture.update_game(gamedetails)
 			engine.set_clouds(true)
 	end
 	
+	mm_texture.set_game("footer",gamedetails)
+	mm_texture.set_game("header",gamedetails)
+	
 	mm_texture.gameid = gamedetails.id
 end