View Single Post
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 09-27-2008 , 13:40   Re: FCVAR_* Question
Reply With Quote #6

Quote:
Originally Posted by bl4nk View Post
Code:
#define FCVAR_DONTRECORD        (1<<17)    /**< Don't record these command in demo files. */
Are you sure about that?
Yes, i read that definition next to it, but i tried all of them and
that one did the trick.
I'm using that and it stops the global tracking cvar from being dumped
into the configfiles.

So even if it wasn't the intention of that flag, I'm happy that it does
the job I need it for!
FeuerSturm is offline