mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
forgot to implement store.p
This commit is contained in:
parent
52aa1c311b
commit
16cc0c22c9
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ PR_ExecuteProgram (progs_t * pr, func_t fnum)
|
|||
case OP_STORE_S:
|
||||
case OP_STORE_FNC: // pointers
|
||||
case OP_STORE_I:
|
||||
case OP_STORE_P:
|
||||
OPB.integer_var = OPA.integer_var;
|
||||
break;
|
||||
case OP_STORE_V:
|
||||
|
|
Loading…
Reference in a new issue