From fd921076781ba3dce168651f62450d7290fef998 Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 26 Nov 2018 10:55:01 +0900 Subject: [PATCH] Cleanup --- sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim.c b/sim.c index 404de22..5b755ba 100644 --- a/sim.c +++ b/sim.c @@ -101,7 +101,7 @@ OPER_PHASE_2(a) Glyph inp1 = OPER_PEEK_RELATIVE(0, 2); if (inp0 != '.' && inp1 != '.') { Glyph g = glyphs_sum(inp0, inp1); - field_poke_relative(field, y, x, 1, 0, g); + OPER_POKE_RELATIVE(1, 0, g); } OPER_END