location struct should use signed chars
This commit is contained in:
@@ -53,7 +53,7 @@ typedef unsigned char BYTE;
|
|||||||
typedef char Boolean;
|
typedef char Boolean;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned char x,y;
|
signed char x,y;
|
||||||
} location;
|
} location;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user