From 63568407c0e2e585305c99be968d55d3416e64fe Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 8 Oct 2015 03:31:08 -0400 Subject: menus#Start: Call `leaderboard#RenderLeaderboard()` on `l` When pressing `l` call the new name of the function we're using to render the leaderboard as the original one I had put here was a stub. --- autoload/space_vlaze/menus.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/space_vlaze/menus.vim b/autoload/space_vlaze/menus.vim index 90af0bb..227ef65 100644 --- a/autoload/space_vlaze/menus.vim +++ b/autoload/space_vlaze/menus.vim @@ -6,7 +6,7 @@ function! space_vlaze#menus#Start() if choice ==? 's' call space_vlaze#game#Init() elseif choice ==? 'l' - call space_vlaze#leaderboard#Show() + call space_vlaze#leaderboard#RenderLeaderboard() elseif choice ==? 'h' call space_vlaze#help#Show() endif -- cgit v1.2.3