1
This commit is contained in:
parent
092f8c1764
commit
d36c300161
@ -147,6 +147,7 @@ void Car::GetOn(Human* passenger)
|
||||
passengers_.insert(passenger);
|
||||
if (!driver_) {
|
||||
driver_ = passenger;
|
||||
driver_->SetAttackDir(a8::Vec2::UP);
|
||||
SetAttackDir(driver_->GetAttackDir());
|
||||
}
|
||||
passenger->SetCar(this);
|
||||
|
@ -3773,7 +3773,7 @@ void Human::SendRollMsgEx(KillInfo& info,
|
||||
element->mutable_union_obj_2()->set_id(info.weapon_id);
|
||||
}
|
||||
result = "";
|
||||
p = p1 + strlen("${weapon_text_icon}");
|
||||
p = p1 + strlen("${weapon_text_icon}") - 1;
|
||||
} else {
|
||||
result.push_back(*p);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user