| 66 | } |
| 67 | |
| 68 | void CPressedObject::InitLeft(CRenderObject *obj, CGump *gump) |
| 69 | { |
| 70 | LeftObject = obj; |
| 71 | LeftGump = gump; |
| 72 | LeftSerial = (obj != nullptr ? obj->Serial : 0); |
| 73 | } |
| 74 | |
| 75 | void CPressedObject::InitLeft(const CSelectedObject &obj) |
| 76 | { |
no outgoing calls
no test coverage detected