mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Convert SOLDIERTYPE->usChatPartnerID to SoldierID
This commit is contained in:
@@ -21010,7 +21010,7 @@ void SOLDIERTYPE::StopChatting()
|
||||
{
|
||||
if ( this->usChatPartnerID != NOBODY )
|
||||
{
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, TacticalStr[DISTRACT_STOP_STR], this->GetName(), MercPtrs[this->usChatPartnerID]->GetName() );
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, TacticalStr[DISTRACT_STOP_STR], this->GetName(), this->usChatPartnerID->GetName() );
|
||||
|
||||
MercPtrs[this->usChatPartnerID]->usChatPartnerID = NOBODY;
|
||||
this->usChatPartnerID = NOBODY;
|
||||
|
||||
Reference in New Issue
Block a user