From a5772c21c3142dcf887fab2cd133011448b28e59 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 22 Dec 2023 05:25:45 -0800 Subject: [PATCH] Crates: fix bottom splat angle --- src/objects/crate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/crate.cpp b/src/objects/crate.cpp index dafa06b72..b8960a0b9 100644 --- a/src/objects/crate.cpp +++ b/src/objects/crate.cpp @@ -150,7 +150,7 @@ struct Box : AnyBox return dress(side, ff); }; - dress(this, FF_FLOORSPRITE); // bottom (me) + dress(this, FF_FLOORSPRITE)->turn(0); // bottom (me) side(FF_FLOORSPRITE)->z(height); // top // sides