forked from teamnwah/openmw-tes3coop
[Client] Comment out an unused variable
This commit is contained in:
parent
c69819e0db
commit
c5c1a160b2
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void ObjectList::editContainers(MWWorld::CellStore* cellStore)
|
|||
if (action == BaseObjectList::SET)
|
||||
containerStore.clear();
|
||||
|
||||
bool isLocalDrop = isLocalEvent && containerSubAction == BaseObjectList::DROP;
|
||||
// bool isLocalDrop = isLocalEvent && containerSubAction == BaseObjectList::DROP;
|
||||
bool isLocalDrag = isLocalEvent && containerSubAction == BaseObjectList::DRAG;
|
||||
bool isLocalTakeAll = isLocalEvent && containerSubAction == BaseObjectList::TAKE_ALL;
|
||||
std::string takeAllSound = "";
|
||||
|
|
Loading…
Reference in a new issue