Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/engine/server/sg_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SVF_SELF_PORTAL_EXCLUSIVE 0x00010000
#define SVF_RIGID_BODY 0x00020000 // ignored by the engine
#define SVF_CLIENTS_IN_RANGE 0x00040000 // clients within range
#define SVF_BROADCAST_ONCE 0x00040000 // broadcasted to newly connecting clients, and once to connected clients when spawned
#define SVF_BROADCAST_ONCE 0x00080000 // broadcasted to newly connecting clients, and once to connected clients when spawned

#define MAX_ENT_CLUSTERS 16

Expand Down
Loading