another 64-bit fix

git-svn-id: https://svn.eduke32.com/eduke32@1861 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-04-09 13:28:28 +00:00
parent 76a7799d7c
commit a1c4c6dce7

View file

@ -2584,7 +2584,7 @@ void Net_GetPackets(void)
Bmemcpy((uint8_t *)(buf)+datasiz, event.packet->data, event.packet->dataLength);
datasiz += SYNCPACKETSIZE;
Bsprintf(tbuf, "RECEIVED %d BYTES\n", datasiz);
Bsprintf(tbuf, "RECEIVED %d BYTES\n", (int32_t)datasiz);
gametext(160,190,tbuf,14,2);
}
// last packet of mapstate sequence