Skip to content

Commit

Permalink
- survey version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Aug 11, 2019
1 parent 3adec36 commit 9003766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/d_anonstats.cpp
Expand Up @@ -40,9 +40,9 @@ CVAR(Int, sys_statsenabled, -1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOSET)
CVAR(String, sys_statshost, "gzstats.drdteam.org", CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOSET)
CVAR(Int, sys_statsport, 80, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOSET)

// Each machine will only send two reports, one when started with hardware rendering and one when started with software rendering.
#define CHECKVERSION 350
#define CHECKVERSIONSTR "350"
// Each machine will only send one report per survey
#define CHECKVERSION 420
#define CHECKVERSIONSTR "420"
CVAR(Int, sentstats_hwr_done, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOSET)

std::pair<double, bool> gl_getInfo();
Expand Down

0 comments on commit 9003766

Please sign in to comment.