doom: Fix constness issue in HU_Responder

This commit is contained in:
Turo Lamminen 2018-07-28 15:43:29 +03:00
parent c5384b04ba
commit 19202f1c52

View file

@ -591,7 +591,7 @@ boolean HU_Responder(event_t *ev)
{
static char lastmessage[HU_MAXLINELENGTH+1];
char* macromessage;
const char *macromessage;
boolean eatkey = false;
static boolean altdown = false;
unsigned char c;