X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=134103b89f3f9b49ea014916403ea772452ebf4b;hb=79f8e8d5cfdd67d25f574bebec19d0a6f31eb20a;hp=54255ec8d2aa153abfb6da7242d08b3635c40423;hpb=f2c50fe4e6218a0a1bb0ca078ee122c5ba6a238d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 54255ec8d..134103b89 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -1,6 +1,8 @@ #ifndef MAPINFO_H #define MAPINFO_H +#include "util.qh" + int MAPINFO_TYPE_ALL; entity MapInfo_Type_first; entity MapInfo_Type_last; @@ -10,7 +12,7 @@ entity MapInfo_Type_last; .string netname; // game type name as in cvar (with g_ prefix) .string mdl; // game type short name .string message; // human readable name -.float team; // does this gametype support teamplay? +.int team; // does this gametype support teamplay? .string model2; // game type defaults .string gametype_description; // game type description