mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Minor adjustments to avoid needless trivial differences to H-uru/Plasma.
This commit is contained in:
@ -100,8 +100,9 @@ public:
|
||||
std::set<OwnedGroup>::iterator it=IFind(grpId);
|
||||
if (it != fGroups.end())
|
||||
{
|
||||
OwnedGroup grp(it->fGroup, it->fOwnIt);
|
||||
fGroups.erase(it);
|
||||
fGroups.insert(OwnedGroup(grpId, ownIt));
|
||||
fGroups.insert(grp);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user