]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix settemp_for_type all. I have NO idea why that number needs to be 16383 and can...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 19 Sep 2010 11:29:06 +0000 (14:29 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 19 Sep 2010 11:29:06 +0000 (14:29 +0300)
data/qcsrc/common/mapinfo.qh

index ccb3236107c4dcbfd8b5dbfe7df3d1e0fd36ef95..3a135c5794511d74cf5d98b55b5b252c155d716d 100644 (file)
@@ -11,7 +11,7 @@ float MAPINFO_TYPE_KEYHUNT                    = 512;
 float MAPINFO_TYPE_CTS              = 1024;\r
 float MAPINFO_TYPE_CA                          = 2048;\r
 float MAPINFO_TYPE_RPG              = 4096;\r
 float MAPINFO_TYPE_CTS              = 1024;\r
 float MAPINFO_TYPE_CA                          = 2048;\r
 float MAPINFO_TYPE_RPG              = 4096;\r
-float MAPINFO_TYPE_ALL              = 8192; // this has to include all above bits\r
+float MAPINFO_TYPE_ALL              = 16383; // this has to include all above bits\r
 \r
 float MAPINFO_FEATURE_WEAPONS       = 1; // not defined for minstagib-only maps\r
 \r
 \r
 float MAPINFO_FEATURE_WEAPONS       = 1; // not defined for minstagib-only maps\r
 \r