From 68e0a758b673915e579d0284a4d3e4ab86cc2f36 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 14 Jul 2013 23:22:25 +0000 Subject: [PATCH] Use const strings for cheats --- main/gamecntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gamecntl.c b/main/gamecntl.c index 13603d3cd..6b49f4df2 100644 --- a/main/gamecntl.c +++ b/main/gamecntl.c @@ -1451,7 +1451,7 @@ char old_IntMethod; typedef struct cheat_code { - char *string; + const char *string; int *stateptr; } __pack__ cheat_code;