Fixed minor spacing issue in console.inc

Added preliminary syntax highlighting file for UltraEdit/UEStudio

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40482
This commit is contained in:
Scott Ehlert
2007-02-12 13:20:19 +00:00
parent 6cff249b5c
commit 8d1d75f551
2 changed files with 66 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
#define FCVAR_ARCHIVE_XBOX (1<<24) /**< Cvar written to config.cfg on the Xbox. */
#define FCVAR_INPUTSYSTEM (1<<25) /**< Defined by the inputsystem DLL. */
#define FCVAR_NETWORKSYSTEM (1<<26) /**< Defined by the network system. */
#define FCVAR_VPHYSICS (1<<27)/**< Defined by vphysics. */
#define FCVAR_VPHYSICS (1<<27) /**< Defined by vphysics. */
/**
* Creates a new console variable.