be more consistent with coordinates
This commit is contained in:
@@ -15,14 +15,20 @@ typedef union any {
|
||||
struct obj *a_obj;
|
||||
struct monst *a_monst;
|
||||
int a_int;
|
||||
int a_xint16;
|
||||
int a_xint8;
|
||||
char a_char;
|
||||
schar a_schar;
|
||||
uchar a_uchar;
|
||||
unsigned int a_uint;
|
||||
long a_long;
|
||||
unsigned long a_ulong;
|
||||
coordxy a_coordxy;
|
||||
int *a_iptr;
|
||||
xint16 *a_xint16ptr;
|
||||
xint8 *a_xint8ptr;
|
||||
long *a_lptr;
|
||||
coordxy *a_coordxyptr;
|
||||
unsigned long *a_ulptr;
|
||||
unsigned *a_uptr;
|
||||
const char *a_string;
|
||||
|
||||
Reference in New Issue
Block a user