From d3f029d4b940fa9835b6a9d9f6d06e6c585aa055 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 2 Nov 2009 01:12:24 +0000 Subject: [PATCH] Win32 - Ram Watch - Fixed so Auto-load now opens the most recent file too. --- src/drivers/win/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index e20ab144..6b52231b 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -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(); } }