diff options
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -386,8 +386,8 @@ debug(4); //gc_x^=0x80; //gc_y^=0x80; - gc_x = ((signed char)(((unsigned char) gc_x) - 128)) /4; - gc_y = ((signed char)(((unsigned char) gc_y) - 128)) /4; + gc_x = ((signed char)(((unsigned char) gc_x) - 128)) /8; + gc_y = ((signed char)(((unsigned char) gc_y) - 128)) /8; char tmp=0; for (int i=1;i<8;i++) |