| 1020 | } |
| 1021 | |
| 1022 | void Tile::exportToPacketForUpdate(ODPacket& os, const Seat* seat) const |
| 1023 | { |
| 1024 | exportToPacketForUpdate(os, seat, false); |
| 1025 | } |
| 1026 | |
| 1027 | void Tile::exportToPacketForUpdate(ODPacket& os, const Seat* seat, bool hideSeatId) const |
| 1028 | { |
nothing calls this directly
no test coverage detected