X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmsg.pas;h=936141adbc58ee1d33acae7c7708b42ef064dcfe;hb=7dfe4bfbce7599a80e815b0f2f4c3c8fa9a171bb;hp=213669e57aca2a89a5a93814f88e735080dc2264;hpb=1b0f87b9a64f04be222df8d8d2de059cb139c98d;p=d2df-sdl.git diff --git a/src/game/g_netmsg.pas b/src/game/g_netmsg.pas index 213669e..936141a 100644 --- a/src/game/g_netmsg.pas +++ b/src/game/g_netmsg.pas @@ -634,7 +634,7 @@ procedure MH_SEND_Everything(CreatePlayers: Boolean = False; ID: Integer = NET_E MH_SEND_ItemSpawn(True, it.myid, ID); end; - function sendMonSpawn (monidx: Integer; mon: TMonster): Boolean; + function sendMonSpawn (mon: TMonster): Boolean; begin result := false; // don't stop MH_SEND_MonsterSpawn(mon.UID, ID);