1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 03:40:40 +00:00
This commit is contained in:
Evil Eye 2019-09-11 22:05:24 +02:00
parent a86a8ecc0e
commit 85d52ec183

View File

@ -160,7 +160,7 @@ namespace MWWorld
bool Class::canLock(const ConstPtr &ptr) const
{
return hasToolTip(ptr);
return false;
}
void Class::setRemainingUsageTime (const Ptr& ptr, float duration) const