]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix alignment
authorRudolf Polzer <divverent@xonotic.org>
Thu, 29 Dec 2011 09:52:36 +0000 (10:52 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 29 Dec 2011 09:52:36 +0000 (10:52 +0100)
qcsrc/common/mapinfo.qh

index 0093b196520a45f8c1c1254f95f2ef14b99f1daa..965cff460f12bdbfa776b26991e245861384fee8 100644 (file)
@@ -13,7 +13,7 @@ float MAPINFO_TYPE_ASSAULT            = 2048;
 float MAPINFO_TYPE_ONSLAUGHT           = 4096;
 float MAPINFO_TYPE_NEXBALL             = 8192;
 float MAPINFO_TYPE_FREEZETAG           = 16384;
-float MAPINFO_TYPE_KEEPAWAY    = 32768;
+float MAPINFO_TYPE_KEEPAWAY            = 32768;
 float MAPINFO_TYPE_ALL                 = 65535; // this has to include all above bits
 
 float MAPINFO_FEATURE_WEAPONS       = 1; // not defined for minstagib-only maps