| 307 | } |
| 308 | |
| 309 | void sendBuffsConditional(const Entity &src, BitStream &bs) |
| 310 | { |
| 311 | bs.StoreBits(1, src.m_update_buffs); |
| 312 | if(src.m_update_buffs) |
| 313 | sendBuffs(src,bs); |
| 314 | } |
| 315 | |
| 316 | void sendTargetUpdate(const Entity &src,BitStream &bs) |
| 317 | { |
no test coverage detected