From 025f0ad7a966d0e0fffae3b059240c8ed6e97f4c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 1 Nov 2009 02:34:38 +0000 Subject: [PATCH] Win32 - Hoooked up Ram Watch's auto-load feature --- src/drivers/win/window.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index 9e0446b7..e20ab144 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -1041,6 +1041,11 @@ bool ALoad(char *nameo, char* innerFilename) str.append(": "); str.append(FileBase); SetWindowText(hAppWnd, str.c_str()); + + if (AutoRWLoad) + { + OpenRamWatch(); + } } else {