From ea58ce25dc5014bbbfd8454f68a994a7a2d20ee9 Mon Sep 17 00:00:00 2001 From: OzoneH3 Date: Tue, 11 Jun 2019 11:28:39 +0200 Subject: [PATCH] list items scroll fix --- src/game.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index 1cfd44acc79b6..6618bbd7d7dfc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -7265,7 +7265,6 @@ game::vmenu_ret game::list_items( const std::vector &item_list ) } reset_item_list_state( w_items_border, iInfoHeight, sort_radius ); - iScrollPos = 0; if( action == "HELP_KEYBINDINGS" ) { draw_ter();