From 24b26d71ee01211aa796b8061b66ec06a133e4ce Mon Sep 17 00:00:00 2001 From: Dave Simmons Date: Fri, 20 Mar 2009 20:00:47 +0000 Subject: svn merge -r113004:115000 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.26 Merge latest 1.26 into trunk --- indra/llmessage/lleventflags.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llmessage/lleventflags.h') diff --git a/indra/llmessage/lleventflags.h b/indra/llmessage/lleventflags.h index 8d4d08be63..965d978a5c 100644 --- a/indra/llmessage/lleventflags.h +++ b/indra/llmessage/lleventflags.h @@ -37,5 +37,6 @@ const U32 EVENT_FLAG_NONE = 0x0000; // set for mature events const U32 EVENT_FLAG_MATURE = 0x0001; +const U32 EVENT_FLAG_ADULT = 0x0002; #endif -- cgit v1.2.3