mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Display message when network message is sent
This commit is contained in:
parent
01ae78f2ac
commit
a0f30e9388
@ -647,6 +647,7 @@ public:
|
||||
virtual void stringCallback(const char *str)
|
||||
{
|
||||
*out = (const char *)xstrdup(str);
|
||||
Gui::gui->status_bar->queueMessage("Network message sent!");
|
||||
/* Remove thyself! */
|
||||
delete this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user