| 94 | } |
| 95 | |
| 96 | anything * |
| 97 | obj_to_any(struct obj *obj) |
| 98 | { |
| 99 | gt.tmp_anything = cg.zeroany; |
| 100 | gt.tmp_anything.a_obj = obj; |
| 101 | return >.tmp_anything; |
| 102 | } |
| 103 | |
| 104 | boolean |
| 105 | revive_nasty(coordxy x, coordxy y, const char *msg) |
no outgoing calls
no test coverage detected