Types (#395)
* Apply plr_class * Apply attribute_id * NetSendCmd*(BOOL)
This commit is contained in:
parent
411fa9f24a
commit
4d8ceea32d
22 changed files with 437 additions and 777 deletions
|
|
@ -226,7 +226,7 @@ LABEL_41:
|
|||
PaletteFadeOut(8);
|
||||
FreeInterface();
|
||||
SetWindowProc(saveProc);
|
||||
NetSendCmdLocParam1(1u, CMD_PLAYER_JOINLEVEL, plr[myplr].WorldX, plr[myplr].WorldY, plr[myplr].plrlevel);
|
||||
NetSendCmdLocParam1(TRUE, CMD_PLAYER_JOINLEVEL, plr[myplr].WorldX, plr[myplr].WorldY, plr[myplr].plrlevel);
|
||||
plrmsg_delay(0);
|
||||
ResetPal();
|
||||
if ( gbSomebodyWonGameKludge && plr[myplr].plrlevel == 16 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue