From 5ed3893ba0220f0b5bfb18c42dc5c25d004a9c03 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 30 Jul 2009 04:37:29 +0000 Subject: [PATCH] fix cheats bug --- source/ngc/cheatmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ngc/cheatmgr.cpp b/source/ngc/cheatmgr.cpp index cc2016e..9c777fb 100644 --- a/source/ngc/cheatmgr.cpp +++ b/source/ngc/cheatmgr.cpp @@ -43,7 +43,7 @@ static int LoadCheats (int length) while(linebreak != NULL) { - char *tbuf=linebreak+1; + char *tbuf=linebreak; int doc=0; addr=val=compare=status=type=0;