We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7519b14 commit d34dd97Copy full SHA for d34dd97
Client/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp
@@ -5578,7 +5578,7 @@ void CStaticFunctionDefinitions::GUIMemoSetVerticalScrollPosition(CClientEntity&
5578
{
5579
CClientGUIElement& GUIElement = static_cast<CClientGUIElement&>(Entity);
5580
5581
- // Are we a gridlist?
+ // Are we a memo?
5582
if (IS_CGUIELEMENT_MEMO(&GUIElement))
5583
5584
CGUIMemo* guiMemo = static_cast<CGUIMemo*>(GUIElement.GetCGUIElement());
0 commit comments