summaryrefslogtreecommitdiff
path: root/src/manager/fallingItemManager.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-12-30 18:26:19 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2023-12-30 18:30:00 +0100
commit3b87c0416294e830ad256226f315c6b416160493 (patch)
tree80494ea2ce83de07d27094354a931d143fd5d76c /src/manager/fallingItemManager.c
parent33473d1d5bc818d47526f6a95c470e682b1b1530 (diff)
Invert NENT_DEPRECATED define
To define ENT_DEPRECATED in files that still need the old entity structs.
Diffstat (limited to 'src/manager/fallingItemManager.c')
-rw-r--r--src/manager/fallingItemManager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manager/fallingItemManager.c b/src/manager/fallingItemManager.c
index 966a5702..49ba18e0 100644
--- a/src/manager/fallingItemManager.c
+++ b/src/manager/fallingItemManager.c
@@ -6,6 +6,7 @@
*
* If you leave the room without picking the item up and enter again, the item falls from the sky again.
*/
+#define ENT_DEPRECATED
#include "manager/fallingItemManager.h"
#include "flags.h"
#include "object.h"