1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-07 10:21:35 +00:00

[Client] Comment out an unused variable

This commit is contained in:
Koncord 2018-07-03 03:35:48 +08:00
parent c69819e0db
commit c5c1a160b2

View file

@ -144,7 +144,7 @@ void ObjectList::editContainers(MWWorld::CellStore* cellStore)
if (action == BaseObjectList::SET) if (action == BaseObjectList::SET)
containerStore.clear(); containerStore.clear();
bool isLocalDrop = isLocalEvent && containerSubAction == BaseObjectList::DROP; // bool isLocalDrop = isLocalEvent && containerSubAction == BaseObjectList::DROP;
bool isLocalDrag = isLocalEvent && containerSubAction == BaseObjectList::DRAG; bool isLocalDrag = isLocalEvent && containerSubAction == BaseObjectList::DRAG;
bool isLocalTakeAll = isLocalEvent && containerSubAction == BaseObjectList::TAKE_ALL; bool isLocalTakeAll = isLocalEvent && containerSubAction == BaseObjectList::TAKE_ALL;
std::string takeAllSound = ""; std::string takeAllSound = "";