cPlayer give_help use bool flag instead of function pointer

This commit is contained in:
2025-02-15 08:13:47 -06:00
committed by Celtic Minstrel
parent 576a40b3e1
commit 18a425be0d
3 changed files with 13 additions and 10 deletions

View File

@@ -962,7 +962,7 @@ void init_boe(int argc, char* argv[]) {
plop_fancy_startup(fps_limiter);
cUniverse::print_result = iLiving::print_result = add_string_to_buf;
cPlayer::give_help = give_help;
cPlayer::give_help_enabled = true;
init_fileio();
init_debug_actions();
init_spell_menus();