Skip to content

Commit 07765c0

Browse files
Merge branch 'master' into issue-9916
2 parents c166d6e + d34dd97 commit 07765c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5578,7 +5578,7 @@ void CStaticFunctionDefinitions::GUIMemoSetVerticalScrollPosition(CClientEntity&
55785578
{
55795579
CClientGUIElement& GUIElement = static_cast<CClientGUIElement&>(Entity);
55805580

5581-
// Are we a gridlist?
5581+
// Are we a memo?
55825582
if (IS_CGUIELEMENT_MEMO(&GUIElement))
55835583
{
55845584
CGUIMemo* guiMemo = static_cast<CGUIMemo*>(GUIElement.GetCGUIElement());

0 commit comments

Comments
 (0)