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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4348 51575b47-30f0-44d4-a5cc-537603b46e54
parent 40c67752
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ function _M:init()
-- list of campaigns/worlds on left (bottom)
self.c_sublist = ListColumns.new{width=math.floor(self.iw / 3 - 10), height=math.floor(self.ih / 2),
columns = {{name="World",width=100,display_prop="world"}},
list={}, select=function(item,sel) self:changeworlds(item) end}
list={}, select=function(item,sel) self:changeworlds(item) end, fct=function(item) end}
self:loadUI{
{left=0, top=0, ui=self.c_list},
......
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