From 733dabe9a00088b74cbeb1155611114f12c04d2e Mon Sep 17 00:00:00 2001 From: spherallic Date: Mon, 2 Oct 2023 23:31:21 +0200 Subject: [PATCH] Coins? --- src/r_bbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_bbox.c b/src/r_bbox.c index 5b2a817f1..8ccad2bb5 100644 --- a/src/r_bbox.c +++ b/src/r_bbox.c @@ -294,6 +294,7 @@ boolean R_ThingBoundingBoxVisible(mobj_t *thing) case MT_BLUESPHERE: case MT_NIGHTSSTAR: case MT_NIGHTSCHIP: + case MT_COIN: // Rings and similar objects are often placed // in large amounts, so they are handled // separately from other tangible objects.