hexen: Make TextKeyMessages contents const

This commit is contained in:
Turo Lamminen 2018-12-11 18:53:10 +02:00
parent 4b0fa1dff8
commit bd36e1a19d

View file

@ -34,7 +34,7 @@ int ArmorIncrement[NUMCLASSES][NUMARMOR] = {
int AutoArmorSave[NUMCLASSES] =
{ 15 * FRACUNIT, 10 * FRACUNIT, 5 * FRACUNIT, 0 };
char *TextKeyMessages[] = {
const char *TextKeyMessages[] = {
TXT_KEY_STEEL,
TXT_KEY_CAVE,
TXT_KEY_AXE,