Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/hud/hudsquadmsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ void hud_squadmsg_do_mode( int mode )
MsgItems.clear();
Rebuild_MsgItems = true;
First_menu_item = 0;
Selected_menu_item = 0; // keep offset consistent with the reset page across submenu transitions
}

void hud_squadmsg_page_down()
Expand Down
Loading