From: Lyberta Date: Wed, 16 Aug 2017 01:40:27 +0000 (+0300) Subject: Documentation fix. X-Git-Tag: xonotic-v0.8.5~2459^2~23 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c668eacabf8f951dc956307719392a41f1d82d4f;p=xonotic%2Fxonotic-data.pk3dir.git Documentation fix. --- diff --git a/qcsrc/common/t_items.qh b/qcsrc/common/t_items.qh index 1fc84a032..009fc926a 100644 --- a/qcsrc/common/t_items.qh +++ b/qcsrc/common/t_items.qh @@ -114,6 +114,7 @@ void GivePlayerAmmo(entity player, .float ammotype, float amount); /// \param[in] rockets Amount of rockets to give with rocket-based weapon. /// \param[in] cells Amount of cells to give with cell-based weapon. /// \param[in] cells Amount of plasma to give with plasma-based weapon. +/// \return No return. void GivePlayerRandomWeapons(entity player, int num_weapons, string weapon_names, float shells, float bullets, float rockets, float cells, float plasma);