mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
fix cheats bug
This commit is contained in:
parent
0a40d9f9c6
commit
5ed3893ba0
@ -43,7 +43,7 @@ static int LoadCheats (int length)
|
|||||||
|
|
||||||
while(linebreak != NULL)
|
while(linebreak != NULL)
|
||||||
{
|
{
|
||||||
char *tbuf=linebreak+1;
|
char *tbuf=linebreak;
|
||||||
int doc=0;
|
int doc=0;
|
||||||
|
|
||||||
addr=val=compare=status=type=0;
|
addr=val=compare=status=type=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user