Win32 - Ram Watch - Fixed so Auto-load now opens the most recent file too.
This commit is contained in:
parent
47ed3844cc
commit
d3f029d4b9
|
@ -1044,6 +1044,7 @@ bool ALoad(char *nameo, char* innerFilename)
|
|||
|
||||
if (AutoRWLoad)
|
||||
{
|
||||
if (AutoRWLoad) OpenRWRecentFile(0); //adelikat: TODO: This command should be called internally from the RamWatch dialog in order for it to be more portable
|
||||
OpenRamWatch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue