summaryrefslogtreecommitdiff
path: root/src/object/object30.c
diff options
context:
space:
mode:
authorTheo <65437533+notyourav@users.noreply.github.com>2023-12-30 14:35:18 -0800
committerGitHub <noreply@github.com>2023-12-30 14:35:18 -0800
commit9c87bcca8ea4b52199ed908c0ea28ab08b1d0747 (patch)
tree8df9fe68628826c949bf4ec0de9f74db40a9914d /src/object/object30.c
parent3c0c1ba5a0653e0acb1c433c3619cda0e3223ddd (diff)
parent8b69eadaef0e0d9f1a4071d1cfad00e93183590b (diff)
Merge pull request #679 from octorock/enemies
Use new entity structs for enemies and player
Diffstat (limited to 'src/object/object30.c')
-rw-r--r--src/object/object30.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/object30.c b/src/object/object30.c
index 446d2bf6..61b3448f 100644
--- a/src/object/object30.c
+++ b/src/object/object30.c
@@ -4,7 +4,6 @@
*
* @brief Object30 object
*/
-#define NENT_DEPRECATED
#include "collision.h"
#include "functions.h"
#include "item.h"