From c668eacabf8f951dc956307719392a41f1d82d4f Mon Sep 17 00:00:00 2001 From: Lyberta Date: Wed, 16 Aug 2017 04:40:27 +0300 Subject: [PATCH] Documentation fix. --- qcsrc/common/t_items.qh | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2