Skip to content

Commit

Permalink
BLADERUNNER: Comment correction after fix for AI_Movement_Track_Appen…
Browse files Browse the repository at this point in the history
…d_With_Facing
  • Loading branch information
antoniou79 committed Aug 28, 2019
1 parent ac3ed34 commit 749480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/bladerunner/actor.h
Expand Up @@ -89,7 +89,7 @@ class Actor {
bool _movementTrackPaused;
int _movementTrackNextWaypointId;
int32 _movementTrackNextDelay; // probably not used
int _movementTrackNextAngle; // probably not used
int _movementTrackNextAngle; // fixed: used for AI_Movement_Track_Append_With_Facing - original: probably not used
bool _movementTrackNextRunning;

int _movementTrackWalkingToWaypointId;
Expand Down

0 comments on commit 749480f

Please sign in to comment.