From 927079b7c66ff83ae1f91916f3451ca5bf2350d5 Mon Sep 17 00:00:00 2001 From: TimePath Date: Thu, 10 Sep 2015 11:18:31 +1000 Subject: [PATCH] Fix multiline comments --- qcsrc/common/playerstats.qc | 3 +-- qcsrc/menu/xonotic/util.qc | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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) { -- 2.39.2