comment revision

This commit is contained in:
pierow 2021-01-20 21:33:04 -05:00
parent 50930aaa6e
commit 51685994d3
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ void CL_DLLEXPORT CL_CreateMove ( float frametime, struct usercmd_s *cmd, int ac
// Scroll the view if the HUD tells us to, otherwise use normal key presses
int theScrollX = 0, theScrollY = 0, theScrollZ = 0;
gHUD.GetAndClearTopDownScrollAmount(theScrollX, theScrollY, theScrollZ);
//Arrow key scrolling. Binds not needed. Hardcoded in HUD_Key_Event.
//Arrow key scrolling.
theScrollY += CL_KeyState(&in_scrollup);
theScrollY -= CL_KeyState(&in_scrolldown);
theScrollX -= CL_KeyState(&in_scrollleft);