Skip to content

Commit

Permalink
search don't stop at main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvita committed Oct 1, 2020
1 parent 99adbdf commit d6084cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guis/gui_cheats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5104,7 +5104,7 @@ void GuiCheats::pointersearch2(u64 targetaddress, u64 depth) //MemoryDump **disp
printf("+%lx z=%d ", m_bookmark.pointer.offset[z], z);
printf("\n\n");
m_pointer_found++;
return; // consider don't return to find more
// return; // consider don't return to find more
};
if (PS_depth == m_max_depth)
{
Expand Down

0 comments on commit d6084cd

Please sign in to comment.