mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove temporary variable and rename parameter
This commit is contained in:
parent
a49ee14cb0
commit
350c1fc860
|
@ -517,9 +517,8 @@ int CMenus::DoKeyReader(const void *pID, const CUIRect *pRect, int Key, int Modi
|
|||
return NewKey;
|
||||
}
|
||||
|
||||
void CMenus::RenderMenubar(CUIRect r)
|
||||
void CMenus::RenderMenubar(CUIRect Box)
|
||||
{
|
||||
CUIRect Box = r;
|
||||
CUIRect Button;
|
||||
|
||||
m_ActivePage = m_MenuPage;
|
||||
|
|
|
@ -413,7 +413,7 @@ protected:
|
|||
#if defined(CONF_VIDEORECORDER)
|
||||
void PopupConfirmDemoReplaceVideo();
|
||||
#endif
|
||||
void RenderMenubar(CUIRect r);
|
||||
void RenderMenubar(CUIRect Box);
|
||||
void RenderNews(CUIRect MainView);
|
||||
static void ConchainUpdateMusicState(IConsole::IResult *pResult, void *pUserData, IConsole::FCommandCallback pfnCallback, void *pCallbackUserData);
|
||||
void UpdateMusicState();
|
||||
|
|
Loading…
Reference in a new issue