He forgot to change a few var types before diff'ing.

This commit is contained in:
gigaherz
2008-05-06 22:21:53 +00:00
parent a318bb5d61
commit 8ab91e186f

View File

@@ -100,11 +100,11 @@ int PatchTableExecute( char * text1, char * text2, PatchTextTable * Table )
return Table[ i ].code;
}
short SkipCount=0;
short IterationCount=0;
u32 SkipCount=0;
u32 IterationCount=0;
u32 IterationIncrement=0;
u32 ValueIncrement=0;
short PrevCheatType=0;
u32 PrevCheatType=0;
u32 PrevCheataddr = 0;