fix pack/unpack data for AIControllerData's (though we still send nothing, we do need to mark it clientside as false)

more pitchwork for flying vehicle drivers
when flocking is irrelevant just path to next node
This commit is contained in:
AzaezelX 2025-04-25 18:50:16 -05:00
parent 6efb3843f6
commit 675bdfe6b3
4 changed files with 20 additions and 17 deletions

View file

@ -97,7 +97,7 @@ struct AINavigation
/// Move to the specified node in the current path.
void moveToNode(S32 node);
void flock();
bool flock();
};
#endif