projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7ba477
)
Add missing header/footer for singleplayer tab
author
sapier
<Sapier at GMX dot net>
Wed, 17 Jul 2013 21:10:12 +0000
(23:10 +0200)
committer
PilzAdam
<pilzadam@minetest.net>
Mon, 22 Jul 2013 16:10:00 +0000
(18:10 +0200)
builtin/mm_textures.lua
patch
|
blob
|
history
diff --git
a/builtin/mm_textures.lua
b/builtin/mm_textures.lua
index 60bb3eb31dd590140dbd76e9ac5b20c690a28018..92a58116445da36220841b1c4a5308f834a98d52 100644
(file)
--- 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