aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/vars.h')
-rw-r--r--engines/cruise/vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/vars.h b/engines/cruise/vars.h
index 3fda98b0e0..091f1c23e3 100644
--- a/engines/cruise/vars.h
+++ b/engines/cruise/vars.h
@@ -41,7 +41,7 @@ typedef struct menuElementSubStruct menuElementSubStruct;
struct menuElementStruct
{
struct menuElementStruct* next;
- char* string;
+ const char* string;
int x;
int y;
int varA;