Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated get_next_bag_slot() to account for a PR in GWCA which fixes a…
… bug in the GW::Constants::Bag prefix increment operator overload. This PR can be pulled prior to the GWCA PR, as the behavior is unchanged. The prefix increment simply had to be moved to a non-const object, as the increment operator now returns a reference (as expected) instead of a copy. The prefix operator is expected to modify the variable is it being used upon, which is invalid for a const object.
- Loading branch information