Skip to content

Commit 4e2b394

Browse files
sapierPilzAdam
sapier
authored andcommittedJul 22, 2013
Add missing header/footer for singleplayer tab
1 parent e7ba477 commit 4e2b394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎builtin/mm_textures.lua

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ function mm_texture.update_game(gamedetails)
8989
engine.set_clouds(true)
9090
end
9191

92+
mm_texture.set_game("footer",gamedetails)
93+
mm_texture.set_game("header",gamedetails)
94+
9295
mm_texture.gameid = gamedetails.id
9396
end
9497

0 commit comments

Comments
 (0)
Please sign in to comment.