From 126e7a76ddbb43835778c487196197edb5588934 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Tue, 10 May 2022 20:07:41 -0500 Subject: [PATCH] Add subtitle and loc key message flags --- Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h b/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h index 6c5d104e..8d8b41dc 100644 --- a/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h +++ b/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 };