0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom-gpl.git synced 2025-04-27 10:50:42 +00:00

- Ignore the Skulltag-based SERVERSIDEONLY flag in actor definitions.

SVN r3833 (trunk)
This commit is contained in:
Randy Heit 2012-08-22 21:35:47 +00:00
parent a505352da3
commit d5d4584008

View file

@ -276,6 +276,7 @@ static FFlagDef ActorFlags[]=
DEFINE_DUMMY_FLAG(NONETID), // netcode-based
DEFINE_DUMMY_FLAG(ALLOWCLIENTSPAWN), // netcode-based
DEFINE_DUMMY_FLAG(CLIENTSIDEONLY), // netcode-based
DEFINE_DUMMY_FLAG(SERVERSIDEONLY), // netcode-based
DEFINE_DUMMY_FLAG(EXPLODEONDEATH), // seems useless
};