change the type of xytod()'s return value to int
xytod()'s return value is an index, so its type should be int, not coordxy.
This commit is contained in:
@@ -414,7 +414,7 @@ extern int enter_explore_mode(void);
|
||||
extern boolean bind_mousebtn(int, const char *);
|
||||
extern boolean bind_key(uchar, const char *);
|
||||
extern void dokeylist(void);
|
||||
extern coordxy xytod(coordxy, coordxy);
|
||||
extern int xytod(coordxy, coordxy);
|
||||
extern void dtoxy(coord *, int);
|
||||
extern int movecmd(char, int);
|
||||
extern int dxdy_moveok(void);
|
||||
|
||||
Reference in New Issue
Block a user