diff --git a/Source/pack.h b/Source/pack.h index 637e6bbe1..07f176f2a 100644 --- a/Source/pack.h +++ b/Source/pack.h @@ -85,9 +85,9 @@ bool UnPackPlayer(const PlayerPack *pPack, Player &player, bool netSync); /** * @brief Save the attributes needed to recreate this item into an ItemPack struct * - * @param packedItem - * @param item -*/ + * @param packedItem The destination packed struct + * @param item The source item + */ void PackItem(ItemPack &packedItem, const Item &item); /**