diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-10-06 17:53:46 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-10-06 17:53:46 +0000 |
commit | 5d3efdeb62fc3253edfc28f0f11db44359c85fab (patch) | |
tree | 08ac17310aa9cd1e558f02f3f06e58c55aa69510 /source/q_shared.h | |
parent | 6af9ed32f5d773be5a300511d47cdad42299df11 (diff) |
Added 'uf' userinfo variable.
Made 'mvdisconnect' command actually work, added 'mvdkill' command.
Properly parse player names out of MVD stream.
Added gl_showerrors variable.
Fixed SV_OUTPUTBUF_LENGTH so it fits into UDP packet without fragmentation!
Diffstat (limited to 'source/q_shared.h')
-rw-r--r-- | source/q_shared.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index 93a0611..53553aa 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -1375,6 +1375,11 @@ ROGUE - VERSIONS #define ROGUE_VERSION_STRING "08/21/1998 Beta 2 for Ensemble" // ROGUE + +#define UF_AUTOSCREENSHOT 1 +#define UF_AUTORECORD 2 +#define UF_LOCALFOV 4 + /* ========================================================== |