new opcode: state.f. same as state, but takes a 3rd float operand to

specify the step for calculating nextthink. accessed using
[frame, think, step] (state is [frame, think])
This commit is contained in:
Bill Currie 2004-02-11 01:43:33 +00:00
parent 1fc517f7db
commit c3f41e3e69
9 changed files with 94 additions and 23 deletions

View file

@ -287,6 +287,7 @@ typedef enum {
OP_CONV_IU,
OP_CONV_UI,
OP_STATE_F,
} pr_opcode_e;
typedef struct opcode_s {