diff --git a/src/scripting/thingdef_data.cpp b/src/scripting/thingdef_data.cpp index 7c301c8350..930d2b1f63 100644 --- a/src/scripting/thingdef_data.cpp +++ b/src/scripting/thingdef_data.cpp @@ -465,6 +465,7 @@ static FFlagDef MoreFlagDefs[] = // [BB] New DECORATE network related flag defines here. DEFINE_DUMMY_FLAG(NONETID, false), DEFINE_DUMMY_FLAG(ALLOWCLIENTSPAWN, false), + DEFINE_DUMMY_FLAG(CLIENTSIDEONLY, false), DEFINE_DUMMY_FLAG(SERVERSIDEONLY, false), };