fixed bug amb571 (FakeClientCommand having weird side effects)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401341
This commit is contained in:
David Anderson
2007-08-15 17:14:48 +00:00
parent 4016c52a38
commit 84a08ba000
7 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ public: //IUserMessageListener
void OnUserMessageSent(int msg_id);
public:
bool IsSupported();
bool OnClientCommand(int client);
bool OnClientCommand(int client, const char *cmd);
public:
CRadioDisplay *MakeRadioDisplay(CRadioMenu *menu=NULL);
void FreeRadioDisplay(CRadioDisplay *display);