mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-02 02:23:56 +00:00
Fix inaccurate comment: vehicle arrays contain VehicleState, not bool
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3396d42db8
commit
f3c6d90cf1
@ -57,7 +57,7 @@ class Coordinator {
|
||||
// Compute eligibility for animations at a location.
|
||||
// p_locationChars: local player + remote players at the same location (for cam anims).
|
||||
// p_proximityChars: local player + remote players within proximity (for NPC anims).
|
||||
// p_locationVehicles/p_proximityVehicles: parallel bool arrays indicating vehicle riding state.
|
||||
// p_locationVehicles/p_proximityVehicles: parallel arrays of VehicleState values.
|
||||
std::vector<EligibilityInfo> ComputeEligibility(
|
||||
int16_t p_location,
|
||||
const int8_t* p_locationChars,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user