1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 21:40:15 +00:00

Make comment style consistently inconsistent

This commit is contained in:
uramer 2022-06-19 17:31:18 +02:00
parent 3761e7b24e
commit c1f8d7c20a

View File

@ -221,7 +221,7 @@ namespace MWWorld
///< Returns encumbrance re-scaled to capacity
virtual bool consume(const MWWorld::Ptr& consumable, const MWWorld::Ptr& actor) const;
/// Consume an item, e. g. a potion.
///< Consume an item, e. g. a potion.
virtual void skillUsageSucceeded (const MWWorld::Ptr& ptr, int skill, int usageType, float extraFactor=1.f) const;
///< Inform actor \a ptr that a skill use has succeeded.