Use the general role/race/&c selection originally implemented for tty. */
| 296 | |
| 297 | /* Use the general role/race/&c selection originally implemented for tty. */ |
| 298 | void |
| 299 | curses_player_selection(void) |
| 300 | { |
| 301 | #if 1 |
| 302 | if (genl_player_setup(0)) |
| 303 | return; /* success */ |
| 304 | |
| 305 | /* quit/cancel */ |
| 306 | curses_bail((const char *) NULL); |
| 307 | /*NOTREACHED*/ |
| 308 | #else |
| 309 | /* still present cursinit.c but no longer used */ |
| 310 | curses_choose_character(); |
| 311 | #endif |
| 312 | } |
| 313 | |
| 314 | |
| 315 | /* Ask the user for a player name. */ |
nothing calls this directly
no test coverage detected