mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-22 23:11:33 +00:00
oops
This commit is contained in:
parent
a86a8ecc0e
commit
85d52ec183
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace MWWorld
|
||||||
|
|
||||||
bool Class::canLock(const ConstPtr &ptr) const
|
bool Class::canLock(const ConstPtr &ptr) const
|
||||||
{
|
{
|
||||||
return hasToolTip(ptr);
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Class::setRemainingUsageTime (const Ptr& ptr, float duration) const
|
void Class::setRemainingUsageTime (const Ptr& ptr, float duration) const
|
||||||
|
|
Loading…
Reference in a new issue