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(": ");
|
||||||
str.append(FileBase);
|
str.append(FileBase);
|
||||||
SetWindowText(hAppWnd, str.c_str());
|
SetWindowText(hAppWnd, str.c_str());
|
||||||
|
|
||||||
|
if (AutoRWLoad)
|
||||||
|
{
|
||||||
|
OpenRamWatch();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue