mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
Commenting the VMXF_ flags
This commit is contained in:
parent
08e5403896
commit
f50c82f0ad
1 changed files with 4 additions and 3 deletions
7
exec.h
7
exec.h
|
@ -77,9 +77,10 @@ enum {
|
|||
|
||||
#define JUMPS_DEFAULT 1000000
|
||||
|
||||
#define VMXF_DEFAULT 0x0000
|
||||
#define VMXF_TRACE 0x0001
|
||||
#define VMXF_PROFILE 0x0002
|
||||
/* execute-flags */
|
||||
#define VMXF_DEFAULT 0x0000 /* default flags - nothing */
|
||||
#define VMXF_TRACE 0x0001 /* trace: print statements before executing */
|
||||
#define VMXF_PROFILE 0x0002 /* profile: increment the profile counters */
|
||||
|
||||
struct qc_program_s;
|
||||
|
||||
|
|
Loading…
Reference in a new issue