diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-12-05 23:24:22 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-12-05 23:24:22 +0100 |
commit | f99fa9618d12882298de857722a22d1e63f3e583 (patch) | |
tree | 5153847953b9ad721c9ab23e8855a3f4ce0ae411 /src/ui/ui_main.c | |
parent | 3fddb760bf3bbc19f59953f1cb067b613f2534ef (diff) |
Use ui's chat prompt on compatible clients.
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 0278cca..096253a 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -4123,6 +4123,8 @@ void UI_Init( qboolean inGameLoad ) uiInfo.previewMovie = -1; UI_ParseResolutions( ); + + trap_Cvar_Set( "ui_useMessagemode", "1" ); } |