mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Rename move to movei.
This commit is contained in:
parent
6c4563b21d
commit
18005cc80d
3 changed files with 4 additions and 4 deletions
|
@ -1043,7 +1043,7 @@ op_call:
|
|||
OPC.integer_var = OPA.integer_var != OPB.integer_var;
|
||||
break;
|
||||
|
||||
case OP_MOVE:
|
||||
case OP_MOVEI:
|
||||
memmove (&OPC, &OPA, st->b * 4);
|
||||
break;
|
||||
case OP_MOVEP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue