Match the maximum amount of nestedness the game can reach

This commit is contained in:
Lorenzo Carletti 2022-01-17 06:04:56 +01:00
parent bd2acc82ab
commit c458447a34
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ int custom_codes_parse_generic(int code, char* parserAddress, WINDOW* window, by
else
if(!window->inside_width_calc) {
WINDOW w;
int possible_return_addresses = 4;
int possible_return_addresses = 10;
int return_addresses[possible_return_addresses];
int nreturns = *((int*)(0x3005078));
cpuset((int*)(0x3005080), return_addresses, possible_return_addresses * 2);