Fix xdump realm to dump player instead of absolute coordinates

Disclosed the true origin.  Broken in 45adbdb0, v4.3.0.
This commit is contained in:
Markus Armbruster 2008-08-23 15:40:41 -04:00
parent dda0a4c82f
commit 741a7e54bd
2 changed files with 6 additions and 6 deletions

View file

@ -75,8 +75,8 @@ struct realmstr {
natid r_cnum; /* country number */
/* end of part matching struct empobj */
unsigned short r_realm; /* realm number */
short r_xl, r_xh; /* horizontal bounds */
short r_yl, r_yh; /* vertical bounds */
coord r_xl, r_xh; /* horizontal bounds */
coord r_yl, r_yh; /* vertical bounds */
};
struct natstr {