mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-04 01:51:36 +00:00
state.f is not an id instruction
This commit is contained in:
parent
916aa6fe8b
commit
5c788d8d44
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
||||||
|
|
||||||
{"<STATE>", "state.f", OP_STATE_F, false,
|
{"<STATE>", "state.f", OP_STATE_F, false,
|
||||||
ev_float, ev_func, ev_float,
|
ev_float, ev_func, ev_float,
|
||||||
PROG_ID_VERSION,
|
PROG_VERSION,
|
||||||
"%Ga, %Gb, %Gc",
|
"%Ga, %Gb, %Gc",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue