| 723 | } |
| 724 | |
| 725 | void DeltaSyncObject(WorldTilePosition position, _cmd_id bCmd, const Player &player) |
| 726 | { |
| 727 | if (!gbIsMultiplayer) |
| 728 | return; |
| 729 | |
| 730 | auto &objectDeltas = GetDeltaLevel(player).object; |
| 731 | objectDeltas[position].bCmd = bCmd; |
| 732 | } |
| 733 | |
| 734 | bool DeltaGetItem(const TCmdGItem &message, uint8_t bLevel) |
| 735 | { |
no outgoing calls
no test coverage detected