]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qh
index 943e81fee573b81a9fd519e27aa995338e358761..03ad44870509c12fe652127d059da3a127c86092 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef MAPINFO_H
 #define MAPINFO_H
 
-float MAPINFO_TYPE_ALL;
+int MAPINFO_TYPE_ALL;
 entity MapInfo_Type_first;
 entity MapInfo_Type_last;
 .entity enemy; // internal next pointer
 
-.float items; // game type ID
+.int items; // game type ID
 .string netname; // game type name as in cvar (with g_ prefix)
 .string mdl; // game type short name
 .string message; // human readable name