hexen: Make MenuItem_t text member const

This commit is contained in:
Turo Lamminen 2018-08-07 18:37:14 +03:00
parent e822d5dfec
commit 7660e72fe8

View file

@ -68,7 +68,7 @@ typedef enum
typedef struct
{
ItemType_t type;
char *text;
const char *text;
void (*func) (int option);
int option;
MenuType_t menu;