Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assertion error when selecting allied stack
When selecting a stack, we were trying to sort the units by nationality. This information isn't available for allied players (unit->nationality is null). Use unit->player instead. This solves player.cpp:758 - Assertion nullptr != pplayer failed
- Loading branch information