1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-21 20:10:17 +02:00

Add missing header/footer for singleplayer tab

This commit is contained in:
sapier 2013-07-17 23:10:12 +02:00 committed by PilzAdam
parent e7ba4777fe
commit 4e2b394ae8

View File

@ -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