Use unique flag for clientside Actor handling in GZDoom

This offers different behaviors from Zandronum so should be made exclusive.
This commit is contained in:
Boondorl 2025-03-10 09:35:02 -04:00 committed by Ricardo Luís Vaz Silva
parent f7e62a8cd6
commit 69b0932f23

View file

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