From ee891311ccc79bbc7837caac8546aac5b9bdf80f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 13 Feb 2008 18:29:55 +0000 Subject: camera Overview as spectator only, join works --- src/core/cvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index 9b23563..16ceb46 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -43,7 +43,7 @@ namespace cvar { /// cvar flags -enum Flags {Archive=2, ReadOnly=4}; +enum Flags {Archive=1, ReadOnly=2, Game=4}; /// get a cvar value from the registry /** If the a cvar with the given name already exists in the registry, -- cgit v1.2.3