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

Quest log correctly defaults to the selected quest when it appears

git-svn-id: http://svn.net-core.org/repos/t-engine4@4112 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2b87ef61
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,13 @@ function _M:init(actor)
}
self:setFocus(self.c_list)
self:setupUI()
self:select(self.list[1])
self.c_list:selectColumn(2)
self.key:addBinds{
EXIT = function() game:unregisterDialog(self) end,
}
self:select(self.list[1])
end
function _M:select(item)
......
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