mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Fix MSVC C4596 illegal qualified name
This commit is contained in:
parent
44bcd9b25f
commit
f2e11e6def
@ -551,7 +551,7 @@ namespace MWWorld
|
||||
|
||||
void enableActorCollision(const MWWorld::Ptr& actor, bool enable) override;
|
||||
|
||||
World::RestPermitted canRest() override;
|
||||
RestPermitted canRest() override;
|
||||
///< check if the player is allowed to rest \n
|
||||
/// 0 - yes \n
|
||||
/// 1 - only waiting \n
|
||||
|
Loading…
x
Reference in New Issue
Block a user