From f54e0e101bc8e759eaf099d422f9b925fa67839f Mon Sep 17 00:00:00 2001 From: blubs Date: Mon, 16 Jan 2023 02:46:00 -0800 Subject: [PATCH] SERVER Fix compilation errors --- source/server/defs/custom.qc | 4 ++-- source/server/main.qc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/server/defs/custom.qc b/source/server/defs/custom.qc index 2cea383..0bd7f15 100644 --- a/source/server/defs/custom.qc +++ b/source/server/defs/custom.qc @@ -216,11 +216,11 @@ void() SUB_Null2 = {}; #define VEC_VIEW_OFS '0 0 32' -#define MAX_ZOMB 100 +#define MAX_ZOMBIES 24 #ifndef PC #ifndef QUAKESPASM -#define MAX_ZOMB 12 +#define MAX_ZOMBIES 12 #endif #endif diff --git a/source/server/main.qc b/source/server/main.qc index 20cd73f..44faec1 100644 --- a/source/server/main.qc +++ b/source/server/main.qc @@ -95,6 +95,7 @@ void() StartFrame = zent = find (zent, classname, "window"); } } + } if (cl_navmesh_edit_mode) { return; }