fix 'nethack --scores'

The command line parsing in unixmain.c accepted --scores as an
alternative to -s but prscore() in topten.c didn't.
This commit is contained in:
PatR
2022-11-16 23:41:07 -08:00
parent 76a94db88c
commit a96b3d0b03
2 changed files with 8 additions and 3 deletions

View File

@@ -1420,6 +1420,7 @@ if hero's steed got hit by knockback effect, impossible "no monster to remove"
would occur (plus more warnings if 'sanity_check' was On)
the #saveoptions command included options changed via doset_simple() but not
ones changed via full doset()
fix 'nethack --scores' as alias for 'nethack -s'
curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support