From 58aeecc94aec1c12e8ff0ce80b4c27343d1e001e Mon Sep 17 00:00:00 2001 From: Thomas Cherryhomes Date: Sat, 6 Oct 2018 20:24:41 -0500 Subject: [PATCH] oops. --- src/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.c b/src/protocol.c index 4d6917d..146a4f5 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -439,7 +439,7 @@ Blockx (void) LoadCoordx (&NewCoord); screen_block_draw (&CurCoord, &NewCoord); SubMode = 0; - CurCoord.x-=15; // s0ascers + CurCoord.y-=15; // s0ascers } }