Win32 - Hoooked up Ram Watch's auto-load feature
This commit is contained in:
parent
f2b59bac4d
commit
025f0ad7a9
|
@ -1041,6 +1041,11 @@ bool ALoad(char *nameo, char* innerFilename)
|
|||
str.append(": ");
|
||||
str.append(FileBase);
|
||||
SetWindowText(hAppWnd, str.c_str());
|
||||
|
||||
if (AutoRWLoad)
|
||||
{
|
||||
OpenRamWatch();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue