mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 17:41:10 +00:00
r_efrag.c is almost client.h free
This commit is contained in:
parent
aa09f5ce7a
commit
e0512e4af3
8 changed files with 62 additions and 46 deletions
|
@ -33,6 +33,8 @@
|
|||
|
||||
#include "d_iface.h"
|
||||
|
||||
#define MAX_EFRAGS 640
|
||||
|
||||
#define MAXVERTS 16 // max points in a surface polygon
|
||||
#define MAXWORKINGVERTS (MAXVERTS+4) // max points in an intermediate
|
||||
// polygon (while processing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue