return a bookkeeping level number for purpose of comparisons and save/restore */
| 1373 | /* return a bookkeeping level number for purpose of comparisons and |
| 1374 | save/restore */ |
| 1375 | xint16 |
| 1376 | ledger_no(d_level *lev) |
| 1377 | { |
| 1378 | return (xint16) (lev->dlevel + svd.dungeons[lev->dnum].ledger_start); |
| 1379 | } |
| 1380 | |
| 1381 | /* |
| 1382 | * The last level in the bookkeeping list of level is the bottom of the last |
no outgoing calls
no test coverage detected