Skip to content

Commit

Permalink
Don't remove background of games in submenus
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen authored and Ekdohibs committed Nov 1, 2013
1 parent 53ab2f8 commit 1cbba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu.lua
Expand Up @@ -812,7 +812,7 @@ function tabbuilder.handle_tab_buttons(fields)

--handle tab changes
if tabbuilder.current_tab ~= tabbuilder.old_tab then
if tabbuilder.current_tab ~= "singleplayer" then
if tabbuilder.current_tab ~= "singleplayer" and not tabbuilder.is_dialog then
menu.update_gametype(true)
end
end
Expand Down

0 comments on commit 1cbba87

Please sign in to comment.