From 5c788d8d443808a1c75f235ed626531cb0ecf594 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 13 Jan 2010 06:30:07 +0000 Subject: [PATCH] state.f is not an id instruction --- libs/gamecode/engine/pr_opcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gamecode/engine/pr_opcode.c b/libs/gamecode/engine/pr_opcode.c index efbf9a6d8..f57ea7685 100644 --- a/libs/gamecode/engine/pr_opcode.c +++ b/libs/gamecode/engine/pr_opcode.c @@ -876,7 +876,7 @@ VISIBLE opcode_t pr_opcodes[] = { {"", "state.f", OP_STATE_F, false, ev_float, ev_func, ev_float, - PROG_ID_VERSION, + PROG_VERSION, "%Ga, %Gb, %Gc", },