mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 11:36:42 +00:00
Fix MSVC C4596 illegal qualified name
This commit is contained in:
parent
44bcd9b25f
commit
f2e11e6def
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue