aboutsummaryrefslogtreecommitdiff
path: root/builtin/mm_textures.lua
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2013-07-17 23:10:12 +0200
committerPilzAdam <pilzadam@minetest.net>2013-07-22 18:10:00 +0200
commit4e2b394ae835d6255579d9eb932691be8fb429fd (patch)
tree007daab9f1a817c969993d140c14c6a0c277cf6e /builtin/mm_textures.lua
parente7ba4777fe39f241a90a0ad21c88156d2de91f4c (diff)
downloadhax-minetest-server-4e2b394ae835d6255579d9eb932691be8fb429fd.tar.gz
hax-minetest-server-4e2b394ae835d6255579d9eb932691be8fb429fd.zip
Add missing header/footer for singleplayer tab
Diffstat (limited to '')
-rw-r--r--builtin/mm_textures.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/mm_textures.lua b/builtin/mm_textures.lua
index 60bb3eb31..92a581164 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