X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=a60a9de13ff0a6275a2b548aafcf785b052e2dcd;hb=61fe092d7042eb1bf8aa8b4e35a807775ae7803a;hp=feaa9f8651ea47e3251ae867f5c88a335718edc0;hpb=ccf1757e6a71d864249ebe4f3cd13331529bcb41;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index feaa9f865..a60a9de13 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -12,6 +12,7 @@ const int CVAR_NOTIFY = BIT(1); const int CVAR_READONLY = BIT(2); // server flags +// NOTE: the engine doesn't clear serverflags on map change (gotomap) const int SERVERFLAG_ALLOW_FULLBRIGHT = BIT(0); const int SERVERFLAG_TEAMPLAY = BIT(1); const int SERVERFLAG_PLAYERSTATS = BIT(2);