fixed a regression bug from the message system changes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401257
This commit is contained in:
David Anderson 2007-08-02 17:33:10 +00:00
parent 5a612d22e5
commit 5a979b9090

View File

@ -347,7 +347,7 @@ void CRadioDisplay::SendRawDisplay(int client, unsigned int time)
save = ptr[240];
ptr[240] = '\0';
}
bf_write *buffer = g_UserMsgs.StartMessage(g_ShowMenuId, players, 1, 0);
bf_write *buffer = g_UserMsgs.StartMessage(g_ShowMenuId, players, 1, USERMSG_BLOCKHOOKS);
buffer->WriteWord(_sel_keys);
buffer->WriteChar(time ? time : -1);
buffer->WriteByte( (len > 240) ? 1 : 0 );