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