diff options
author | paramat <paramat@users.noreply.github.com> | 2018-03-13 01:59:01 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2018-03-13 03:54:52 +0000 |
commit | 92ca9dda54299a9ccbccf43071f6d44468cac05d (patch) | |
tree | 518e4b7abbabab1ad27e6fe2fa752084357e2cf0 /builtin/mainmenu/textures.lua | |
parent | d57024b7c94d935994695875c542ef71327c1590 (diff) | |
download | dragonfireclient-92ca9dda54299a9ccbccf43071f6d44468cac05d.tar.xz |
Rename 'subgame' to 'game'
Diffstat (limited to 'builtin/mainmenu/textures.lua')
-rw-r--r-- | builtin/mainmenu/textures.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/mainmenu/textures.lua b/builtin/mainmenu/textures.lua index 9ba4ade7e..68b05dc18 100644 --- a/builtin/mainmenu/textures.lua +++ b/builtin/mainmenu/textures.lua @@ -143,7 +143,7 @@ function mm_texture.set_game(identifier, gamedetails) end end - -- Find out how many randomized textures the subgame provides + -- Find out how many randomized textures the game provides local n = 0 local filename local menu_files = core.get_dir_list(gamedetails.path .. DIR_DELIM .. "menu", false) |