doom: Make messageString variable const
This commit is contained in:
parent
f9a3dac3b3
commit
e1215041ac
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ int quickSaveSlot;
|
|||
// 1 = message to be printed
|
||||
int messageToPrint;
|
||||
// ...and here is the message string!
|
||||
char* messageString;
|
||||
const char *messageString;
|
||||
|
||||
// message x & y
|
||||
int messx;
|
||||
|
|
|
|||
Loading…
Reference in a new issue