mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-19 23:51:01 +00:00
- fix compiler warning
This commit is contained in:
parent
99b8457eb4
commit
9d35e3efd4
1 changed files with 1 additions and 1 deletions
|
@ -3060,7 +3060,7 @@ bool ActorTrackDecide(TRACK_POINT* tpoint, DSWActor* actor)
|
|||
case TRACK_ACTOR_OPERATE:
|
||||
case TRACK_ACTOR_QUICK_OPERATE:
|
||||
{
|
||||
HitInfo near;
|
||||
HitInfo near{};
|
||||
double z[2];
|
||||
|
||||
if (actor->user.Rot == actor->user.ActorActionSet->Sit || actor->user.Rot == actor->user.ActorActionSet->Stand)
|
||||
|
|
Loading…
Reference in a new issue