mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
Change 'after function'-style doxygen comment to normal.
This commit is contained in:
parent
f00f35ba86
commit
b2a52a5b6c
1 changed files with 1 additions and 1 deletions
|
@ -446,8 +446,8 @@ namespace MWBase
|
|||
Rest_EnemiesAreNearby = 3
|
||||
};
|
||||
|
||||
/// check if the player is allowed to rest
|
||||
virtual RestPermitted canRest() const = 0;
|
||||
///< check if the player is allowed to rest
|
||||
|
||||
/// \todo Probably shouldn't be here
|
||||
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;
|
||||
|
|
Loading…
Reference in a new issue