From: Lyberta Date: Tue, 29 Aug 2017 23:38:32 +0000 (+0300) Subject: URS: Better hard limit description. X-Git-Tag: xonotic-v0.8.5~2459^2~11^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=fae8571d1cea793685b5bec766a2030da4f64363 URS: Better hard limit description. --- diff --git a/qcsrc/server/resources.qh b/qcsrc/server/resources.qh index 387abd48ce..97f49485d9 100644 --- a/qcsrc/server/resources.qh +++ b/qcsrc/server/resources.qh @@ -5,7 +5,7 @@ #pragma once -/// \brief Unconditional maximum amount of resources the player can have. +/// \brief Unconditional maximum amount of resources the entity can have. const int RESOURCE_AMOUNT_HARD_LIMIT = 999; /// \brief Describes the available resource types.