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