| 3464 | } |
| 3465 | |
| 3466 | void OperateDecap(int pnum, int i, BOOL sendmsg) |
| 3467 | { |
| 3468 | if (object[i]._oSelFlag != 0) { |
| 3469 | object[i]._oSelFlag = 0; |
| 3470 | if (!deltaload) { |
| 3471 | SetRndSeed(object[i]._oRndSeed); |
| 3472 | CreateRndItem(object[i]._ox, object[i]._oy, FALSE, sendmsg, FALSE); |
| 3473 | if (pnum == myplr) |
| 3474 | NetSendCmdParam1(FALSE, CMD_OPERATEOBJ, i); |
| 3475 | } |
| 3476 | } |
| 3477 | } |
| 3478 | |
| 3479 | void OperateArmorStand(int pnum, int i, BOOL sendmsg) |
| 3480 | { |
no test coverage detected