Skip to content
Snippets Groups Projects
Commit e73762ee authored by dg's avatar dg
Browse files

Fix the 4th hotkey page

git-svn-id: http://svn.net-core.org/repos/t-engine4@4596 51575b47-30f0-44d4-a5cc-537603b46e54
parent f3b072f0
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ function _M:resize(x, y, w, h)
end
end
local page_to_hotkey = {"", "SECOND_", "THIRD_"}
local page_to_hotkey = {"", "SECOND_", "THIRD_", "FOURTH_"}
-- Displays the hotkeys, keybinds & cooldowns
function _M:display()
......
......@@ -88,7 +88,7 @@ function _M:resize(x, y, w, h)
end
end
local page_to_hotkey = {"", "SECOND_", "THIRD_"}
local page_to_hotkey = {"", "SECOND_", "THIRD_", "FOURTH_"}
-- Displays the hotkeys, keybinds & cooldowns
function _M:display()
......@@ -110,7 +110,7 @@ function _M:display()
self.clics = {}
self.items = {}
for page = bpage, 3 do for i = 1, 12 do
for page = bpage, 4 do for i = 1, 12 do
local ts = nil
local bi = i
local j = i + (12 * (page - 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment