| 284 | } |
| 285 | |
| 286 | staticfn void |
| 287 | set_mon_lastmove(struct monst *mtmp) |
| 288 | { |
| 289 | mtmp->mlstmv = svm.moves; |
| 290 | } |
| 291 | |
| 292 | /* record `last move time' for all monsters prior to level save so that |
| 293 | mon_arrive() can catch up for lost time when they're restored later */ |
no outgoing calls
no test coverage detected