Correct spelling in API documentation.
This commit is contained in:
@@ -87,7 +87,7 @@ enum ReplySource
|
||||
#define FCVAR_DEMO (1<<16) // Record this cvar when starting a demo file.
|
||||
#define FCVAR_DONTRECORD (1<<17) // Don't record these command in demo files.
|
||||
#define FCVAR_SS_ADDED (1<<18) // This is one of the "added" FCVAR_SS variables for the splitscreen players (L4D+)
|
||||
#define FCVAR_RELEASE (1<<19) // Cvars tagged with this are the only cvars avaliable to customers (L4D+)
|
||||
#define FCVAR_RELEASE (1<<19) // Cvars tagged with this are the only cvars available to customers (L4D+)
|
||||
#define FCVAR_RELOAD_MATERIALS (1<<20) // If this cvar changes, it forces a material reload (OB+)
|
||||
#define FCVAR_RELOAD_TEXTURES (1<<21) // If this cvar changes, if forces a texture reload (OB+)
|
||||
#define FCVAR_NOT_CONNECTED (1<<22) // Cvar cannot be changed by a client that is connected to a server.
|
||||
|
||||
Reference in New Issue
Block a user