diff --git a/game/engines/default/modules/boot/dialogs/ViewHighScores.lua b/game/engines/default/modules/boot/dialogs/ViewHighScores.lua
index 2d4ca37d90d91275e7628b867b393adedec5817c..2363c8d13964ce65923a2811f911778d58ff2969 100644
--- a/game/engines/default/modules/boot/dialogs/ViewHighScores.lua
+++ b/game/engines/default/modules/boot/dialogs/ViewHighScores.lua
@@ -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},