| 3453 | } |
| 3454 | |
| 3455 | void |
| 3456 | repopulate_perminvent(void) |
| 3457 | { |
| 3458 | (void) display_pickinv(NULL, (char *) 0, (char *) 0, |
| 3459 | FALSE, FALSE, (long *) 0); |
| 3460 | } |
| 3461 | |
| 3462 | /* |
| 3463 | * Show what is current using inventory letters. |
no test coverage detected