mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add message popup again
This commit is contained in:
parent
b95ad532ee
commit
89a6251ad7
|
@ -974,6 +974,7 @@ void CMenus::PopupMessage(const char *pTopic, const char *pBody, const char *pBu
|
|||
str_copy(m_aMessageTopic, pTopic, sizeof(m_aMessageTopic));
|
||||
str_copy(m_aMessageBody, pBody, sizeof(m_aMessageBody));
|
||||
str_copy(m_aMessageButton, pButton, sizeof(m_aMessageButton));
|
||||
m_Popup = POPUP_MESSAGE;
|
||||
}
|
||||
|
||||
void CMenus::PopupWarning(const char *pTopic, const char *pBody, const char *pButton, int64 Duration)
|
||||
|
|
Loading…
Reference in a new issue