forgot to implement store.p

This commit is contained in:
Bill Currie 2002-01-23 22:33:22 +00:00
parent 52aa1c311b
commit 16cc0c22c9

View file

@ -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: