From 6b2bce41a28cda1551348a1dfc38031a038ddf47 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 13 Sep 2023 06:24:40 +0200 Subject: add comment --- src/object.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/object.hpp b/src/object.hpp index fc27d5c4..2abd49b5 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -23,7 +23,7 @@ struct object_proto uint16_t delta = 0, frame = 0; object_type type : 3 = object_type::none; rotation r : rotation_BITS = rotation::N; - pass_mode pass : pass_mode_BITS = pass_mode::see_through; + pass_mode pass : pass_mode_BITS = pass_mode::see_through; // todo move to struct scenery, add inherit bit object_proto& operator=(const object_proto&); object_proto(); -- cgit v1.2.3