| 631 | } |
| 632 | |
| 633 | void |
| 634 | tty_player_selection(void) |
| 635 | { |
| 636 | if (genl_player_setup(ttyDisplay->rows)) |
| 637 | return; |
| 638 | |
| 639 | bail((char *) 0); |
| 640 | /*NOTREACHED*/ |
| 641 | } |
| 642 | |
| 643 | /* |
| 644 | * svp.plname is filled either by an option (-u Player or -uPlayer) or |
nothing calls this directly
no test coverage detected