mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Mark the end of the v6 opcodes.
This commit is contained in:
parent
673b45be05
commit
4872c56e2d
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ typedef enum {
|
|||
OP_OR,
|
||||
|
||||
OP_BITAND,
|
||||
OP_BITOR,
|
||||
OP_BITOR, // end of v6 opcodes
|
||||
|
||||
OP_ADD_S,
|
||||
OP_LE_S,
|
||||
|
|
Loading…
Reference in a new issue