mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
SERVER Fix compilation errors
This commit is contained in:
parent
dad39c3202
commit
f54e0e101b
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -95,6 +95,7 @@ void() StartFrame =
|
|||
zent = find (zent, classname, "window");
|
||||
}
|
||||
}
|
||||
}
|
||||
if (cl_navmesh_edit_mode) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue