1
This commit is contained in:
parent
05458b19da
commit
3b5a69bcff
@ -87,7 +87,7 @@ void Movement::CalcTargetPos(float distance)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
unsigned short exclude_flags = 0;
|
unsigned short exclude_flags = 0;
|
||||||
if (owner_->GetCar()) {
|
if (owner_->HasBuffEffect(kBET_Driver)) {
|
||||||
exclude_flags = SAMPLE_POLYFLAGS_DOOR;
|
exclude_flags = SAMPLE_POLYFLAGS_DOOR;
|
||||||
}
|
}
|
||||||
glm::vec3 hit_point;
|
glm::vec3 hit_point;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user