From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/ac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ac.c') diff --git a/src/ac.c b/src/ac.c index c379326..605a2be 100644 --- a/src/ac.c +++ b/src/ac.c @@ -230,8 +230,7 @@ static void VCALLCONV hook_DispatchInputEvent(void *this, static bool find_DispatchInputEvent(void) { #ifdef _WIN32 - // Crazy pointer-chasing path to get to DispatchInputEvent (to log keypresses - // and their associated binds): + // Crazy pointer-chasing path to get to DispatchInputEvent: // IGameUIFuncs interface // -> CGameUIFuncs::GetDesktopResolution vfunc // -> IGame/CGame (first mov into ECX) -- cgit v1.2.3