From 63644b4759dacc938812444538869ed960fb7a6f Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Sat, 3 Feb 2024 16:55:52 +0100 Subject: [PATCH] Amend: depricated note for Entity:ENEMIES --- include/Entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Entity.h b/include/Entity.h index 805047b..3b9536e 100644 --- a/include/Entity.h +++ b/include/Entity.h @@ -40,7 +40,7 @@ public: { MAPTILES, //!< Entity using TileComponent PLAYERS, //!< Primary entity in player controll - ENEMIES, //!< \deprecated All players now grouped as player + ENEMIES, //!< \deprecated All players now grouped as Entity::PLAYERS COLLIDERS, //!< Fixed collider entity, e.g. a wall PROJECTILE, //!< \todo Document HEARTS, //!< \todo Document