Minor indent fix.
This commit is contained in:
parent
952ee53383
commit
74802ce96e
@ -73,7 +73,7 @@ enum ReplySource
|
||||
#define FCVAR_MATERIAL_SYSTEM (1<<4) // Defined by the material system. (EP1-only)
|
||||
#define FCVAR_HIDDEN (1<<4) // Hidden. Doesn't appear in find or autocomplete. Like DEVELOPMENTONLY, but can't be compiled out.1 (OB+)
|
||||
#define FCVAR_PROTECTED (1<<5) // It's a server cvar, but we don't send the data since it's a password, etc.
|
||||
// Sends 1 if it's not bland/zero, 0 otherwise as value.
|
||||
// Sends 1 if it's not bland/zero, 0 otherwise as value.
|
||||
#define FCVAR_SPONLY (1<<6) // This cvar cannot be changed by clients connected to a multiplayer server.
|
||||
#define FCVAR_ARCHIVE (1<<7) // Set to cause it to be saved to vars.rc
|
||||
#define FCVAR_NOTIFY (1<<8) // Notifies players when changed.
|
||||
|
Loading…
Reference in New Issue
Block a user