From 1c063622ce15eb40cac8b07aee15e9b0a5459d82 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Nov 2023 19:02:20 +0100 Subject: a --- src/wall-atlas.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 4706a47b..4414ac3f 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -26,7 +26,8 @@ struct wall_frames Color4 tint_mult{1,1,1,1}; Color3 tint_add; uint8_t from_rotation = (uint8_t)-1; - bool mirrored : 1 = false; + bool mirrored : 1 = false, + use_default_tint : 1 = true; }; struct wall_frame_set -- cgit v1.2.3