ref: fd921076781ba3dce168651f62450d7290fef998
parent: 3da94612434cb85494987c050e0bd0a5963909c9
author: cancel <cancel@cancel.fm>
date: Mon Nov 26 05:55:01 EST 2018
Cleanup
--- a/sim.c
+++ b/sim.c
@@ -101,7 +101,7 @@
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