hexen: Fix constness issue in MN_Drawer
This commit is contained in:
parent
1e71555aa5
commit
a901b7a5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ void MN_Drawer(void)
|
||||||
int x;
|
int x;
|
||||||
int y;
|
int y;
|
||||||
MenuItem_t *item;
|
MenuItem_t *item;
|
||||||
char *selName;
|
const char *selName;
|
||||||
|
|
||||||
if (MenuActive == false)
|
if (MenuActive == false)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue