14 lines
1.0 KiB
Plaintext
14 lines
1.0 KiB
Plaintext
3289: void CECGameUIMan::AddChatMessage(const ACHAR *pszMsg,
|
|
3290: char cChannel, int idPlayer, const ACHAR *pszPlayer, char byFlag, char cEmotion, CECIvtrItem *pItem,const ACHAR *pszMsgOrigion)
|
|
3291: {
|
|
3292: auto_delete<CECIvtrItem> tmp(pItem);
|
|
3293:
|
|
3294: bool bIsKing = false;
|
|
3295: if( cChannel == GP_CHAT_COUNTRY && (cEmotion & 0x80) )
|
|
3296: {
|
|
3297: cEmotion &= ~0x80;
|
|
3298: bIsKing = true;
|
|
3299: }
|
|
3300:
|
|
Error: 'charmap' codec can't encode characters in position 10-13: character maps to <undefined>
|