hexen: Make TextKeyMessages contents const
This commit is contained in:
parent
4b0fa1dff8
commit
bd36e1a19d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue