mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Change movep's name from <MOVE> to <MOVEP>.
This commit is contained in:
parent
b95cdc33d9
commit
6c4563b21d
1 changed files with 1 additions and 1 deletions
|
@ -1025,7 +1025,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
|||
PROG_VERSION,
|
||||
"%Ga, %sb, %gc",
|
||||
},
|
||||
{"<MOVE>", "movep", OP_MOVEP, true,
|
||||
{"<MOVEP>", "movep", OP_MOVEP, true,
|
||||
ev_pointer, ev_integer, ev_pointer,
|
||||
PROG_VERSION,
|
||||
"%Ga, %Gb, %Gc",
|
||||
|
|
Loading…
Reference in a new issue