| 255 | #endif |
| 256 | |
| 257 | void CInventoryItem::UpdateCL() |
| 258 | { |
| 259 | #ifdef DEBUG |
| 260 | if (bDebug) |
| 261 | { |
| 262 | if (dbg_net_Draw_Flags.test(1 << 4)) |
| 263 | { |
| 264 | Device.seqRender.Remove(this); |
| 265 | Device.seqRender.Add(this); |
| 266 | } |
| 267 | else |
| 268 | { |
| 269 | Device.seqRender.Remove(this); |
| 270 | } |
| 271 | } |
| 272 | |
| 273 | #endif |
| 274 | } |
| 275 | |
| 276 | void CInventoryItem::OnEvent(NET_Packet& P, u16 type) |
| 277 | { |