]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/resources.qh
Move the hard resource limit constant to common
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / resources.qh
index a562292b40a5c5bcd7f00d779f647c2a3bb87357..7e81f05dd8d135ebb01896a05c1e3f32562764be 100644 (file)
@@ -5,6 +5,9 @@
 /// \author Lyberta
 /// \copyright GNU GPLv2 or any later version.
 
+/// \brief Unconditional maximum amount of resources the entity can have.
+const int RESOURCE_AMOUNT_HARD_LIMIT = 999;
+
 /// \brief Describes the available resource types.
 enum
 {