]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix multiline comments
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 10 Sep 2015 01:18:31 +0000 (11:18 +1000)
committerGitLab <gitlab@gitlab.com>
Mon, 21 Sep 2015 06:30:41 +0000 (06:30 +0000)
qcsrc/common/playerstats.qc
qcsrc/menu/xonotic/util.qc

index 74004d062bcd0cb14b88b1b91568f8e76b4cad87..3a44d71905ec36f071f671f789364f4cfd270c74 100644 (file)
@@ -1036,8 +1036,7 @@ void PlayerInfo_Details()
 #endif
 
 #ifdef CSQC
-/*
- * FIXME - crypto_* builtin functions missing in CSQC (csprogsdefs.qh:885)
+// FIXME - crypto_* builtin functions missing in CSQC (csprogsdefs.qh:885)
 void PlayerInfo_Details()
 {
         print("-- Getting detailed PlayerInfo for local player (CSQC)\n");
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)
 {