]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qh
Port some minor cleanups from the guide branch
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qh
index c9d6c5e722449773a850188a4f02d9d4e7276d07..2d350b2fed3c1b26c46cab2e3c58bcb598ce1436 100644 (file)
@@ -151,7 +151,7 @@ int MapInfo_ForbiddenFlags(); // retrieves current flags from cvars
 int MapInfo_RequiredFlags(); // retrieves current flags from cvars
 
 // load info about the i-th map into the MapInfo_Map_* globals
-float MapInfo_Get_ByID(float i); // 1 on success, 0 on failure
+bool MapInfo_Get_ByID(int i); // 1 on success, 0 on failure
 string MapInfo_BSPName_ByID(float i);
 
 // load info about a map by name into the MapInfo_Map_* globals