Browse Source

Add comments so clang-format doesn't complain about eol space

pull/3610/head
ephphatha 4 years ago committed by Gleb Mazovetskiy
parent
commit
917d9a5335
  1. 6
      Source/pack.h

6
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);
/**

Loading…
Cancel
Save