Skip to content

Commit

Permalink
Fix bug: texture pack not overriding default menu textures
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and kahrl committed Sep 10, 2013
1 parent e0f9f15 commit 681e136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builtin/mm_textures.lua
Expand Up @@ -129,9 +129,8 @@ function mm_texture.set_game(identifier,gamedetails)
end

if mm_texture.texturepack ~= nil then
local path = mm_texture.basetexturedir ..
local path = mm_texture.texturepack .. DIR_DELIM ..
gamedetails.id .. "_menu_" .. identifier .. ".png"

if engine.set_background(identifier,path) then
return true
end
Expand Down

0 comments on commit 681e136

Please sign in to comment.