doom: Make messageString variable const

This commit is contained in:
Turo Lamminen 2018-04-24 18:57:53 +03:00
parent f9a3dac3b3
commit e1215041ac

View file

@ -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;