Loobinex / keeperfx-unofficial

KeeperFX - Unofficial release
60 stars 7 forks source link

Log errors: "no place amongst followers" #123

Closed Loobinex closed 3 years ago

Loobinex commented 4 years ago

Whenever there is a tunneler party on the map, the log fills up with the error message: The %s index %d owned by player %d can no longer follow %s - no place amongst followers.

This is because "get_free_position_behind_leader" returns false, which it does because there are no slots available with flag: '(avail_pos->flags & 0x02)'

This happens when there is nothing wrong however.

Loobinex commented 3 years ago

Moved to official branch.