remove question mark

This commit is contained in:
DizzyEggg 2025-03-13 20:43:40 +01:00 committed by GitHub
parent 838d076a15
commit 11707826ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ enum {
ITEM_SPAWN_NORMAL,
ITEM_SPAWN_IN_SHOP,
ITEM_SPAWN_IN_MONSTER_HOUSE,
ITEM_SPAWN_WALL, // ?
ITEM_SPAWN_WALL,
ITEM_SPAWN_TYPES_COUNT
};