doom: Fix const correctness issue in F_TextWrite

This commit is contained in:
Turo Lamminen 2018-04-24 18:36:02 +03:00
parent 1dd9288f90
commit 31191bbb84

View file

@ -231,7 +231,7 @@ void F_TextWrite (void)
int x,y,w;
signed int count;
char* ch;
const char *ch;
int c;
int cx;
int cy;