isle: change loadaccelerator comment (i know what this does now)

This commit is contained in:
itsmattkc 2023-06-11 01:46:30 -07:00
parent 03fcad0bd2
commit 689a38fcfc

View file

@ -68,7 +68,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
window = g_isle->m_windowHandle;
}
// Load accelerator (don't know what this does)
// Load accelerator (this call actually achieves nothing - there is no "AppAccel" resource in the original - but we'll keep this for authenticity)
LoadAcceleratorsA(hInstance, "AppAccel");
MSG msg;