From 7c70e0971c184ec8ba7d374aaa77be6212084244 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 8 Apr 2018 20:49:51 +0200 Subject: [PATCH] - disabled the survey code. This survey is now closed and new input no longer needed. --- src/d_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_stats.cpp b/src/d_stats.cpp index c4fb6d1a59..0a0e7f8476 100644 --- a/src/d_stats.cpp +++ b/src/d_stats.cpp @@ -1,4 +1,4 @@ - +#define NO_SEND_STATS #ifdef NO_SEND_STATS void D_DoAnonStats()