Use const strings for cheats

This commit is contained in:
Kp 2013-07-14 23:22:25 +00:00
parent 0f22f4b0b9
commit 68e0a758b6

View file

@ -1451,7 +1451,7 @@ char old_IntMethod;
typedef struct cheat_code
{
char *string;
const char *string;
int *stateptr;
} __pack__ cheat_code;