hexen: Make GammaText contents const

This commit is contained in:
Turo Lamminen 2018-08-07 18:42:53 +03:00
parent e11589559f
commit dcc753fbfc

View file

@ -294,7 +294,7 @@ static Menu_t *Menus[] = {
&SaveMenu
};
static char *GammaText[] = {
static const char *GammaText[] = {
TXT_GAMMA_LEVEL_OFF,
TXT_GAMMA_LEVEL_1,
TXT_GAMMA_LEVEL_2,