| 324 | } |
| 325 | |
| 326 | staticfn void |
| 327 | moverock_done(coordxy sx, coordxy sy) |
| 328 | { |
| 329 | struct obj *otmp; |
| 330 | for (otmp = svl.level.objects[sx][sy]; otmp; otmp = otmp->nexthere) |
| 331 | if (otmp->otyp == BOULDER) |
| 332 | otmp->next_boulder = 0; /* resume normal xname() for this obj */ |
| 333 | } |
| 334 | |
| 335 | staticfn int |
| 336 | moverock(void) |