Win32 - Ram Watch - Fixed so Auto-load now opens the most recent file too.

This commit is contained in:
adelikat 2009-11-02 01:12:24 +00:00
parent 47ed3844cc
commit d3f029d4b9
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}
}