♻️Use points instead of individual fileds for player structure
This commit is contained in:
parent
00bc7cb302
commit
e4cfad3196
30 changed files with 487 additions and 509 deletions
|
|
@ -383,7 +383,7 @@ void ShowProgress(interface_mode uMsg)
|
|||
saveProc = SetWindowProc(saveProc);
|
||||
assert(saveProc == DisableInputWndProc);
|
||||
|
||||
NetSendCmdLocParam1(true, CMD_PLAYER_JOINLEVEL, plr[myplr]._px, plr[myplr]._py, plr[myplr].plrlevel);
|
||||
NetSendCmdLocParam1(true, CMD_PLAYER_JOINLEVEL, plr[myplr].position.current.x, plr[myplr].position.current.y, plr[myplr].plrlevel);
|
||||
plrmsg_delay(false);
|
||||
ResetPal();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue