Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing header/footer for singleplayer tab
  • Loading branch information
sapier authored and PilzAdam committed Jul 22, 2013
1 parent e7ba477 commit 4e2b394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builtin/mm_textures.lua
Expand Up @@ -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

Expand Down

0 comments on commit 4e2b394

Please sign in to comment.