mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
make the opcode a 16 bit enum to help with debugging (I hope this doesn't
cause problems on weird archs).
This commit is contained in:
parent
58782333a9
commit
e3055837fa
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ opcode_t *PR_Opcode (short opcode);
|
||||||
void PR_Opcode_Init (void);
|
void PR_Opcode_Init (void);
|
||||||
|
|
||||||
typedef struct statement_s {
|
typedef struct statement_s {
|
||||||
unsigned short op;
|
pr_opcode_e op:16;
|
||||||
unsigned short a,b,c;
|
unsigned short a,b,c;
|
||||||
} dstatement_t;
|
} dstatement_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue