updated comment

This commit is contained in:
Kamil 2020-11-12 09:31:55 +01:00 committed by Gent Semaj
parent 59ab81d3c6
commit 6c1d8c3527

View File

@ -1298,7 +1298,11 @@ void MobManager::projectileHit(CNSocket* sock, CNPacketData* data) {
return;
}
// initialize response struct
/*
* initialize response struct
* rocket style hit doesn't work properly, so we're always sending this one
*/
size_t resplen = sizeof(sP_FE2CL_PC_GRENADE_STYLE_HIT) + pkt->iTargetCnt * sizeof(sAttackResult);
uint8_t respbuf[CN_PACKET_BUFFER_SIZE];