potential interface routine */
| 2174 | |
| 2175 | /* potential interface routine */ |
| 2176 | void |
| 2177 | genl_player_selection(void) |
| 2178 | { |
| 2179 | if (genl_player_setup(0)) |
| 2180 | return; |
| 2181 | |
| 2182 | /* player cancelled role/race/&c selection, so quit */ |
| 2183 | nh_terminate(EXIT_SUCCESS); |
| 2184 | /*NOTREACHED*/ |
| 2185 | } |
| 2186 | |
| 2187 | #if defined(TTY_GRAPHICS) || defined(CURSES_GRAPHICS) || defined(SHIM_GRAPHICS) |
| 2188 | /* ['#else' far below] */ |
nothing calls this directly
no test coverage detected