2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Add subtitle and loc key message flags

(cherry picked from commit 126e7a76dd)
This commit is contained in:
ZarothYe
2022-05-10 20:07:41 -05:00
committed by rarified
parent bff879abfd
commit deb4858f3e

View File

@ -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
};