this one was supposed to be 0

This commit is contained in:
2024-08-24 18:30:42 -05:00
committed by Celtic Minstrel
parent aec6f9b75e
commit 97691b8797

View File

@@ -711,7 +711,7 @@ void menu_give_help(short help1){
sstr << help1;
record_action("menu_give_help", sstr.str());
}
give_help(help1, nullptr);
give_help(help1, 0);
}
void handle_menu_choice(eMenu item_hit) {