| 3714 | } |
| 3715 | |
| 3716 | void OperateLazStand(int pnum, int i) |
| 3717 | { |
| 3718 | int xx, yy; |
| 3719 | |
| 3720 | if (object[i]._oSelFlag != 0 && !deltaload && !qtextflag && pnum == myplr) { |
| 3721 | object[i]._oAnimFrame++; |
| 3722 | object[i]._oSelFlag = 0; |
| 3723 | GetSuperItemLoc(object[i]._ox, object[i]._oy, &xx, &yy); |
| 3724 | SpawnQuestItem(IDI_LAZSTAFF, xx, yy, 0, 0); |
| 3725 | } |
| 3726 | } |
| 3727 | |
| 3728 | void OperateObject(int pnum, int i, BOOL TeleFlag) |
| 3729 | { |
no test coverage detected