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