]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/util.qc
Fix multiline comments
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / util.qc
index d2bf9c92023e67891226a2eef6d8a2ee4f8f1a32..619e1d1a5a5e40da48989789c482bf9276286dad 100644 (file)
@@ -678,8 +678,8 @@ float updateCompression()
        GAMETYPE(MAPINFO_TYPE_ASSAULT) \
        if (cvar("developer")) GAMETYPE(MAPINFO_TYPE_RACE) \
        GAMETYPE(MAPINFO_TYPE_CTS) \
-       //GAMETYPE(MAPINFO_TYPE_INVASION) \
-       /* nothing */
+       /* GAMETYPE(MAPINFO_TYPE_INVASION) */ \
+       /**/
 
 int GameType_GetID(int cnt)
 {