mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Change jumpb's opa type to integer.
I'm not 100% certain this is correct...
This commit is contained in:
parent
4324486ae6
commit
4794d66f42
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
|||
"%Ga",
|
||||
},
|
||||
{"<JUMPB>", "jumpb", OP_JUMPB, false,
|
||||
ev_pointer, ev_integer, ev_invalid,
|
||||
ev_integer, ev_integer, ev_invalid,
|
||||
PROG_VERSION,
|
||||
"%Ga[%Gb]",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue