sync up with GitHub

This commit is contained in:
idea4good
2020-09-28 00:13:50 +08:00
parent 3b5c9b03d9
commit 8897058930
4 changed files with 16 additions and 15 deletions

View File

@@ -93,13 +93,13 @@ protected:
if (MSG_TYPE_USR == p_entry->msgType)
{
ms_usr_map_entries[ms_user_map_size] = *p_entry;
ms_usr_map_entries[ms_user_map_size].object = this;
ms_user_map_size++;
if (USR_MSG_MAX == ms_user_map_size)
{
ASSERT(false);
}
ms_usr_map_entries[ms_user_map_size] = *p_entry;
ms_usr_map_entries[ms_user_map_size].object = this;
ms_user_map_size++;
}
else
{