Win32 - Hoooked up Ram Watch's auto-load feature

This commit is contained in:
adelikat 2009-11-01 02:34:38 +00:00
parent f2b59bac4d
commit 025f0ad7a9
1 changed files with 5 additions and 0 deletions

View File

@ -1041,6 +1041,11 @@ bool ALoad(char *nameo, char* innerFilename)
str.append(": "); str.append(": ");
str.append(FileBase); str.append(FileBase);
SetWindowText(hAppWnd, str.c_str()); SetWindowText(hAppWnd, str.c_str());
if (AutoRWLoad)
{
OpenRamWatch();
}
} }
else else
{ {