Fully implement spawnflags and entity-specific keyvalues.

This commit is contained in:
Julian
2020-03-17 21:21:03 -03:00
parent 77b35148ec
commit 6869a89463
3 changed files with 55 additions and 24 deletions

View File

@@ -11,6 +11,8 @@ typedef struct pKVD
char value[33];
};
#define MAX_KEYVALUES 32
typedef struct
{
char *name;