mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
isle: change loadaccelerator comment (i know what this does now)
This commit is contained in:
@@ -68,7 +68,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||||||
window = g_isle->m_windowHandle;
|
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");
|
LoadAcceleratorsA(hInstance, "AppAccel");
|
||||||
|
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
Reference in New Issue
Block a user