Added memory checks
Some checks failed
Build Dusk / run-tests (push) Successful in 2m6s
Build Dusk / build-linux (push) Successful in 2m6s
Build Dusk / build-psp (push) Failing after 1m47s

This commit is contained in:
2026-01-06 11:02:26 -06:00
parent af5bf987c8
commit 0df7845f2c
19 changed files with 640 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
#include "dusk.h"
typedef enum {
ITEM_TYPE_NULL,
ITEM_TYPE_NULL = 0,
ITEM_TYPE_MEDICINE,
ITEM_TYPE_INGREDIENT,