From: TimePath Date: Thu, 10 Sep 2015 01:18:31 +0000 (+1000) Subject: Fix multiline comments X-Git-Tag: xonotic-v0.8.2~1924^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=927079b7c66ff83ae1f91916f3451ca5bf2350d5;p=xonotic%2Fxonotic-data.pk3dir.git Fix multiline comments --- diff --git a/qcsrc/common/playerstats.qc b/qcsrc/common/playerstats.qc index 74004d062..3a44d7190 100644 --- a/qcsrc/common/playerstats.qc +++ b/qcsrc/common/playerstats.qc @@ -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"); diff --git a/qcsrc/menu/xonotic/util.qc b/qcsrc/menu/xonotic/util.qc index d2bf9c920..619e1d1a5 100644 --- a/qcsrc/menu/xonotic/util.qc +++ b/qcsrc/menu/xonotic/util.qc @@ -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) {