diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-01-01 19:12:33 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-01-01 19:12:33 +0000 |
commit | 501f78a543278ad8659b8690124613e4000dec72 (patch) | |
tree | 2561f9e229274037d1dbabe603a0283da3049131 /source/q_shared.h | |
parent | d41cf8df27ba78d52847e78b62c8d72117c77f4d (diff) |
Inspect `play' command more carefully in CL_ParseStuffText.
Made FS_LoadFile return 0 instead of -1 on gzipped files.
Cleaned up MVD_ParseUnicast.
Display chase target name on the screen for non-q2pro GTV clients.
Implemented UF_NOGAMECHAT = 8, UF_NOMVDCHAT = 16 user flags.
MVD_Say_f no longer uses SV_BroadcastPrintf.
Changed `scr_showfollowing' default value back to 1.
Filter svc_stufftext and svc_layout on game server before
sending mvd_unicast message to MVD clients.
Diffstat (limited to 'source/q_shared.h')
-rw-r--r-- | source/q_shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index a66228f..c96cc48 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -1408,6 +1408,8 @@ ROGUE - VERSIONS #define UF_AUTOSCREENSHOT 1 #define UF_AUTORECORD 2 #define UF_LOCALFOV 4 +#define UF_NOGAMECHAT 8 +#define UF_NOMVDCHAT 16 /* ========================================================== |