mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
isle: change loadaccelerator comment (i know what this does now)
This commit is contained in:
parent
03fcad0bd2
commit
689a38fcfc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue