1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 08:53:52 +00:00

Remove wrong comment

This commit is contained in:
scrawl 2014-08-24 22:39:32 +02:00
parent 9f13315d1c
commit 7714192e28

View file

@ -19,9 +19,6 @@ namespace ESM
namespace MWMechanics namespace MWMechanics
{ {
/// \brief Additional stats for NPCs /// \brief Additional stats for NPCs
///
/// \note For technical reasons the spell list and the currently selected spell is also handled by
/// CreatureStats, even though they are actually NPC stats.
class NpcStats : public CreatureStats class NpcStats : public CreatureStats
{ {