SERVER Fix compilation errors

This commit is contained in:
blubs 2023-01-16 02:46:00 -08:00
parent dad39c3202
commit f54e0e101b
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -95,6 +95,7 @@ void() StartFrame =
zent = find (zent, classname, "window");
}
}
}
if (cl_navmesh_edit_mode) {
return;
}