doom: Fix const correctness issue in F_TextWrite
This commit is contained in:
parent
1dd9288f90
commit
31191bbb84
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue