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:
parent
dda0a4c82f
commit
741a7e54bd
2 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue