From f96dd754e67cbeb5b12db0e3d5c1e0fb62c01ed7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 29 Dec 2011 10:52:36 +0100 Subject: [PATCH] fix alignment --- qcsrc/common/mapinfo.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 0093b1965..965cff460 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -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 -- 2.39.2