Skip to content

Commit

Permalink
revert 56bc46a [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin authored Mar 10, 2023
1 parent 12fdf38 commit d9b9289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ogsr_engine/xrGame/ui/UIInventoryUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ bool InventoryUtilities::FreeRoom_inBelt(TIItemContainer& item_list, PIItem _ite
}
}
}
/*
//разместить элемент на найденном месте
if (found_place)
{
Expand All @@ -168,7 +167,6 @@ bool InventoryUtilities::FreeRoom_inBelt(TIItemContainer& item_list, PIItem _ite
}
}
}
*/
}
// remove
item_list.erase(std::remove(item_list.begin(), item_list.end(), _item), item_list.end());
Expand Down

0 comments on commit d9b9289

Please sign in to comment.