Browse Source

Merge branch 'ticket/48'

nextgen OPENURU_BUILD_207
rarified 2 years ago
parent
commit
1a091b7019
  1. 2
      Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h

2
Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h

@ -165,6 +165,8 @@ class pfKIMsg : public plMessage
kUNUSED1 = 0x00000008,
kStatusMsg = 0x00000010,
kNeighborMsg = 0x00000020, // sending to all the neighbors
kSubtitleMsg = 0x00000040,
kLocKeyMsg = 0x00000080,
kChannelMask = 0x0000ff00
};

Loading…
Cancel
Save