Fix the chat being incorrectly placed in splitscreen

This commit is contained in:
wolfy852 2019-01-11 16:04:12 -06:00
parent 45a1508f0a
commit 88b5a056c8

View file

@ -63,6 +63,7 @@ typedef struct
//------------------------------------
#define HU_MAXMSGLEN 224
#define CHAT_BUFSIZE 64 // that's enough messages, right? We'll delete the older ones when that gets out of hand.
#define NETSPLITSCREEN // why the hell WOULDN'T we want this?
#ifdef NETSPLITSCREEN
#define OLDCHAT (cv_consolechat.value == 1 || dedicated || vid.width < 640)
#else