From 689a38fcfce076c5accc67beca946a59da03ca9c Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 11 Jun 2023 01:46:30 -0700 Subject: [PATCH] isle: change loadaccelerator comment (i know what this does now) --- ISLE/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/main.cpp b/ISLE/main.cpp index 55be1653..51c9b723 100644 --- a/ISLE/main.cpp +++ b/ISLE/main.cpp @@ -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;